From 111d99cf8b78c4460310772614b6e12fe42a28f8 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 28 Mar 2020 10:26:26 +0100 Subject: [PATCH] Reducing exception spam --- 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 974e824..aada435 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -39,7 +39,7 @@ public class SWException { logDisabled = true; }else if(message.startsWith("This crash report has been saved to:") || message.startsWith("Could not pass event PlayerQuitEvent to WorldEditSUI")){ return; - }else if(message.startsWith("[ViaVersion] Failed to remove injection handler")) + }else if(message.startsWith("[ViaVersion] Failed to remove injection handler") || message.startsWith("Something went wrong upgrading!")) return;