SteamWar/SpigotCore
Archiviert
13
0

Adding ingorereason

Dieser Commit ist enthalten in:
Lixfel 2020-11-13 14:50:17 +01:00
Ursprung 3f544d486a
Commit ac633a8f4c

Datei anzeigen

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