mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-27 18:11:33 +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;
|
protected static YamlConfiguration configFile;
|
||||||
|
|
||||||
public Settings(AuthMe pl) {
|
public Settings(AuthMe pl) {
|
||||||
configFile = (YamlConfiguration) plugin.getConfig();
|
|
||||||
plugin = pl;
|
|
||||||
instance = this;
|
instance = this;
|
||||||
|
plugin = pl;
|
||||||
|
configFile = (YamlConfiguration) plugin.getConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void reload() throws Exception {
|
public static void reload() throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user