mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 12:35:27 +02:00
Fixed a NPE that could occur if Roll was disabled in coreskills.yml
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user