diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index b255287..67eb70b 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -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); }