From ac633a8f4ce3fe6fbe05663ebded7a0849d172c4 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Fri, 13 Nov 2020 14:50:17 +0100 Subject: [PATCH] Adding ingorereason --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }