From 4aed213c17f1798e54a72b8e6e3c45fd490052d8 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 15 Nov 2020 08:04:48 +0100 Subject: [PATCH] Ignore more --- 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 67eb70b..6e25052 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -52,7 +52,7 @@ public class SWException { reasons.add("\tat "); reasons.add("java.lang.Exception"); reasons.add("[ViaVersion] Ignoring"); - reasons.add("[ViaBackwards] Ignoring plugin channel"); + reasons.add("[ViaBackwards] Ignoring"); ignorereasons = Collections.unmodifiableList(reasons); }