From 98c2ae397b94dbda8c88a2ad48b8a8b9d52413c3 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 24 May 2021 09:07:53 +0200 Subject: [PATCH] Change not logged messages --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index 0bbfb8b..efee8ad 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -35,7 +35,6 @@ public class SWException { static { List reasons = new ArrayList<>(); - reasons.add("Initializing Legacy Material Support."); reasons.add("Could not save the list after adding a user."); reasons.add("Could not save spigot.yml"); reasons.add("Failed to save operators list:"); @@ -68,6 +67,9 @@ public class SWException { 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?"); + reasons.add("Failed to save player data for "); + reasons.add("Failed to check session lock for world located at"); + reasons.add("Saving oversized chunk "); ignorereasons = Collections.unmodifiableList(reasons); }