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

experience getInstance() had an oopsie

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

View File

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