SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
Lixfel 2020-11-15 08:04:48 +01:00
Ursprung ac633a8f4c
Commit 4aed213c17

Datei anzeigen

@ -52,7 +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"); reasons.add("[ViaVersion] Ignoring");
reasons.add("[ViaBackwards] Ignoring plugin channel"); reasons.add("[ViaBackwards] Ignoring");
ignorereasons = Collections.unmodifiableList(reasons); ignorereasons = Collections.unmodifiableList(reasons);
} }