mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +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
|
||||
public static ExperienceConfig getInstance() {
|
||||
return mcMMO.getConfigManager()
|
||||
return mcMMO.getConfigManager().getExperienceConfig();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user