mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-31 03:25:28 +02:00
experience getInstance() had an oopsie
This commit is contained in:
@@ -91,7 +91,7 @@ public class ExperienceConfig extends ConfigValidated {
|
|||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static ExperienceConfig getInstance() {
|
public static ExperienceConfig getInstance() {
|
||||||
return mcMMO.getConfigManager()
|
return mcMMO.getConfigManager().getExperienceConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user