SteamWar/SpigotCore
Archiviert
13
0

Remove unneccessary logged warnings

Dieser Commit ist enthalten in:
Lixfel 2020-11-11 15:39:15 +01:00
Ursprung 94a28078bd
Commit 7cccbbd267

Datei anzeigen

@ -51,6 +51,7 @@ public class SWException {
reasons.add("Can't keep up! Is the server overloaded?");
reasons.add("\tat ");
reasons.add("java.lang.Exception");
reasons.add("[ViaVersion] Ignoring plugin channel");
ignorereasons = Collections.unmodifiableList(reasons);
}