SteamWar/SpigotCore
Archiviert
13
0

Add ignore
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-08-04 16:55:39 +02:00
Ursprung 5859264f6b
Commit c13728cf39
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

@ -1 +1 @@
Subproject commit 21e77c55f023261d3a63d5c6200d28b2f6f6fc4c Subproject commit 47bd9af03eb987f94777f3b13f6ae6c30f153393

Datei anzeigen

@ -145,6 +145,7 @@ public class ErrorHandler extends Handler {
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("You have min/max set to -64/256");
startsWith.add("This version of ViaBackwards does not fully support 1.19 servers.");
startsWith.add("Biome with id"); startsWith.add("Biome with id");
ignoreStartsWith = Collections.unmodifiableList(startsWith); ignoreStartsWith = Collections.unmodifiableList(startsWith);