12
0

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

Dieser Commit ist enthalten in:
Lixfel 2021-10-20 17:45:13 +02:00
Ursprung 768a538813
Commit 88f957d1df

Datei anzeigen

@ -129,7 +129,8 @@ public class ErrorHandler extends Handler {
startsWith.add("Failed to save player data for ");
startsWith.add("Failed to check session lock for world located at");
startsWith.add("Saving oversized chunk ");
startsWith.add("Ignoring plugin channel in incoming");
startsWith.add("Ignoring plugin channel");
startsWith.add("Ignoring incoming plugin");
ignoreStartsWith = Collections.unmodifiableList(startsWith);
List<String> contains = new ArrayList<>();