1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Create fully qualified name : integer maps from user configs, wiring up some global xp settings

This commit is contained in:
nossr50
2019-04-30 00:42:09 -07:00
parent faed690602
commit 6932abc9d8
9 changed files with 95 additions and 52 deletions

View File

@@ -337,7 +337,7 @@ public final class ConfigManager {
experienceMapManager = new ExperienceMapManager();
//Set the global XP val
experienceMapManager.setGlobalXpMult(getConfigExperience().getGlobalXPMultiplier());
experienceMapManager.setExcavationXpMap(getConfigExperience().getExcavationExperienceMap());
experienceMapManager.buildBlockXPMaps(); //Block XP value maps
}
/**