From 88f957d1df02abf552dfef07a78e6fdeb5cb4ee3 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 20 Oct 2021 17:45:13 +0200 Subject: [PATCH] Reduce error spam --- SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java index 9750562..e5d5bdf 100644 --- a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java +++ b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java @@ -129,7 +129,8 @@ public class ErrorHandler extends Handler { startsWith.add("Failed to save player data for "); startsWith.add("Failed to check session lock for world located at"); startsWith.add("Saving oversized chunk "); - startsWith.add("Ignoring plugin channel in incoming"); + startsWith.add("Ignoring plugin channel"); + startsWith.add("Ignoring incoming plugin"); ignoreStartsWith = Collections.unmodifiableList(startsWith); List contains = new ArrayList<>();