This commit is contained in:
ayunami2000 2022-07-08 17:01:05 -04:00
parent c704c49162
commit 403e767fe6
2 changed files with 2 additions and 2 deletions

View File

@ -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);