From c5605b0e478227544fd05e6067e3b99d5a267ddb Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 27 Sep 2021 08:02:28 +0200 Subject: [PATCH] Add ignores --- SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java index 0bc0815..1279bbf 100644 --- a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java +++ b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java @@ -129,6 +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 incoming plugin channel register of"); + startsWith.add("Ignoring plugin channel in incoming"); ignoreStartsWith = Collections.unmodifiableList(startsWith); List contains = new ArrayList<>(); -- 2.39.2