From 432ae0841edc497e6645855e3959354f5da1e031 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 18 Nov 2020 09:34:32 +0100 Subject: [PATCH] Adding ignored messages --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index 52e7b83..609fdeb 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -62,6 +62,8 @@ public class SWException { reasons.add("[WorldEditSUI]"); reasons.add("Unsupported key:"); reasons.add("ThrownPotion entity"); + reasons.add("Ignoring unknown attribute"); + reasons.add("Skipping player strafe phase because no player was found"); ignorereasons = Collections.unmodifiableList(reasons); }