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); }