12
0

Add ignored message
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-08-20 11:39:57 +02:00
Ursprung 069b050e1e
Commit d9273a8667

Datei anzeigen

@ -147,6 +147,7 @@ public class ErrorHandler extends Handler {
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("1.16 and 1.16.1 clients are only partially supported");
ignoreStartsWith = Collections.unmodifiableList(startsWith);
List<String> contains = new ArrayList<>();