SteamWar/SpigotCore
Archiviert
13
0

Reduce error spam
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-06-22 18:05:34 +02:00
Ursprung aed99fec0e
Commit a5748f6a1b

Datei anzeigen

@ -144,6 +144,8 @@ public class ErrorHandler extends Handler {
startsWith.add("This version of Minecraft is extremely outdated"); startsWith.add("This version of Minecraft is extremely outdated");
startsWith.add("Custom worlds heights are NOT SUPPORTED for 1.16 players and older"); startsWith.add("Custom worlds heights are NOT SUPPORTED for 1.16 players and older");
startsWith.add("You have min/max set to -64/384"); startsWith.add("You have min/max set to -64/384");
startsWith.add("You have min/max set to -64/256");
startsWith.add("Biome with id");
ignoreStartsWith = Collections.unmodifiableList(startsWith); ignoreStartsWith = Collections.unmodifiableList(startsWith);
List<String> contains = new ArrayList<>(); List<String> contains = new ArrayList<>();