From 7562a307ffc749f50327d391477ded0ce07ff290 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Thu, 7 Jan 2021 18:01:13 +0100 Subject: [PATCH] Hotfix mass errors --- 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 6098b9a..a9e72f0 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -64,6 +64,7 @@ public class SWException { reasons.add("Unsupported key:"); reasons.add("ThrownPotion entity"); reasons.add("Couldn't load custom particle"); + reasons.add("Chunk file at ["); reasons.add("Ignoring unknown attribute"); reasons.add("Skipping player strafe phase because no player was found"); ignorereasons = Collections.unmodifiableList(reasons);