mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
experience getInstance() had an oopsie
This commit is contained in:
parent
3fc0bbb466
commit
a939f54b10
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user