mirror of
https://github.com/ayunami2000/ayungee.git
synced 2024-11-09 14:46:04 -08:00
oops
This commit is contained in:
parent
c704c49162
commit
403e767fe6
|
@ -117,7 +117,7 @@ public class Main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, Object> configAuth = new HashMap<>();
|
Map<String, Object> configAuth = new LinkedHashMap<>();
|
||||||
configAuth.put("enabled", false);
|
configAuth.put("enabled", false);
|
||||||
configAuth.put("ip_limit", -1);
|
configAuth.put("ip_limit", -1);
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ public class Main {
|
||||||
|
|
||||||
defaultPlayersMotd.add("whar?");
|
defaultPlayersMotd.add("whar?");
|
||||||
|
|
||||||
Map<String, Object> defaultConfigMotd = new HashMap<>();
|
Map<String, Object> defaultConfigMotd = new LinkedHashMap<>();
|
||||||
|
|
||||||
defaultConfigMotd.put("lines", defaultMotd);
|
defaultConfigMotd.put("lines", defaultMotd);
|
||||||
defaultConfigMotd.put("max", 20);
|
defaultConfigMotd.put("max", 20);
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user