From ded1e41dfc4a1256cb907a52764e8abd7e1d8aed Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 30 Jan 2021 16:49:19 +0100 Subject: [PATCH] Hotfix couldnt save chunk --- 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 a9e72f0..0bbfb8b 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -67,6 +67,7 @@ public class SWException { reasons.add("Chunk file at ["); reasons.add("Ignoring unknown attribute"); reasons.add("Skipping player strafe phase because no player was found"); + reasons.add("Couldn't save chunk; already in use by another instance of Minecraft?"); ignorereasons = Collections.unmodifiableList(reasons); }