Fixed a NPE that could occur if Roll was disabled in coreskills.yml

This commit is contained in:
nossr50
2019-06-09 05:10:30 -07:00
parent a677450d50
commit 2be67bae19
3 changed files with 11 additions and 6 deletions

View File

@@ -216,6 +216,8 @@ public class mcMMO extends JavaPlugin {
Permissions.generateWorldTeleportPermissions();
}
InteractionManager.initMaps(); //Init maps before populating ranks
//Populate Ranked Skill Maps (DO THIS LAST)
RankUtils.populateRanks();
}