From 99e5659e79cd16d12b195330a27dd85efae1d708 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 2 Jan 2021 09:31:59 +0100 Subject: [PATCH] Don't log Custom particles --- 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 6376ca0..6098b9a 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -63,6 +63,7 @@ public class SWException { reasons.add("[WorldEditSUI]"); reasons.add("Unsupported key:"); reasons.add("ThrownPotion entity"); + reasons.add("Couldn't load custom particle"); reasons.add("Ignoring unknown attribute"); reasons.add("Skipping player strafe phase because no player was found"); ignorereasons = Collections.unmodifiableList(reasons);