mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-13 19:21:46 +01:00
init field first, fix #221
This commit is contained in:
parent
8b71f964da
commit
45d939f0f5
@ -96,9 +96,9 @@ public final class Settings extends YamlConfiguration {
|
||||
protected static YamlConfiguration configFile;
|
||||
|
||||
public Settings(AuthMe pl) {
|
||||
configFile = (YamlConfiguration) plugin.getConfig();
|
||||
plugin = pl;
|
||||
instance = this;
|
||||
plugin = pl;
|
||||
configFile = (YamlConfiguration) plugin.getConfig();
|
||||
}
|
||||
|
||||
public static void reload() throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user