From 37cd870ac2c26a70041df73601a84c658480fd01 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 18 Nov 2020 09:29:31 +0100 Subject: [PATCH] Adding ignored messages --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index 67c2724..52e7b83 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -59,6 +59,9 @@ public class SWException { reasons.add("java.lang.Exception"); reasons.add("[ViaVersion] Ignoring"); reasons.add("[ViaBackwards] Ignoring"); + reasons.add("[WorldEditSUI]"); + reasons.add("Unsupported key:"); + reasons.add("ThrownPotion entity"); ignorereasons = Collections.unmodifiableList(reasons); }