This commit is contained in:
Tastybento 2018-04-16 19:31:07 -07:00
parent 5c3fbc465b
commit fb05ccd786
1 changed files with 1 additions and 1 deletions

View File

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