Skip to content

Commit 826689c

Browse files
Fixed reload bug
1 parent 9cd4b33 commit 826689c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

InscryptionAPI/Challenges/ChallengeManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public static AscensionChallenge Add(string pluginGuid, AscensionChallengeInfo i
4949
stackableMap.Add(info.challengeType, stackable);
5050
unlockLevelMap.Add(info.challengeType, unlockLevel);
5151

52+
_hasLoaded = false; // Force a reload in case something happened out of the expected order
53+
5254
return info.challengeType;
5355
}
5456

0 commit comments

Comments
 (0)