SteamWar/SpigotCore
Archiviert
13
0

Remove unneccessary logged warnings

Dieser Commit ist enthalten in:
Lixfel 2020-11-12 14:19:47 +01:00
Ursprung 7cccbbd267
Commit 3f544d486a

Datei anzeigen

@ -52,6 +52,7 @@ public class SWException {
reasons.add("\tat "); reasons.add("\tat ");
reasons.add("java.lang.Exception"); reasons.add("java.lang.Exception");
reasons.add("[ViaVersion] Ignoring plugin channel"); reasons.add("[ViaVersion] Ignoring plugin channel");
reasons.add("[ViaBackwards] Ignoring plugin channel");
ignorereasons = Collections.unmodifiableList(reasons); ignorereasons = Collections.unmodifiableList(reasons);
} }