From 5534cfb6d929980ed6c7520d756e17b17b5a13e1 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 11 Apr 2020 13:04:46 +0200 Subject: [PATCH] Hotfix recipe spam --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index aada435..68dafc7 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -41,6 +41,8 @@ public class SWException { return; }else if(message.startsWith("[ViaVersion] Failed to remove injection handler") || message.startsWith("Something went wrong upgrading!")) return; + else if(message.startsWith("Tried to load unrecognized recipe")) + return; message += "\n\n";