1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-21 00:11:25 +02:00

experience getInstance() had an oopsie

This commit is contained in:
nossr50 2019-02-18 12:56:40 -08:00
parent 3fc0bbb466
commit a939f54b10

@ -91,7 +91,7 @@ public class ExperienceConfig extends ConfigValidated {
*/
@Deprecated
public static ExperienceConfig getInstance() {
return mcMMO.getConfigManager()
return mcMMO.getConfigManager().getExperienceConfig();
}
/**