From 8794e1c50fa696ec2b7295d4bef524c2ced70dc4 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 11 Nov 2020 15:09:35 +0100 Subject: [PATCH] Remove unneccessary logged warnings --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 1 + 1 file changed, 1 insertion(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index e646f61..2b15c6f 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -48,6 +48,7 @@ public class SWException { reasons.add("Invalid BlockState in palette:"); reasons.add("Could not register alias toggleclipboard"); reasons.add("Can't keep up! Is the server overloaded?"); + reasons.add("\tat "); ignorereasons = Collections.unmodifiableList(reasons); }