This commit is contained in:
Tastybento 2018-04-16 19:31:07 -07:00
parent 5c3fbc465b
commit fb05ccd786

View File

@ -54,7 +54,7 @@ public class ChallengesManager {
challengesPanels = new ChallengesPanels(addon, this);
// Cache of player data
playerData = new HashMap<>();
load();
load();
}
/**