From a488132e74eae266365837681e28d6d970956f8e Mon Sep 17 00:00:00 2001
From: Nassim Jahnke <nassim@njahnke.dev>
Date: Fri, 10 Jun 2022 14:58:25 +0200
Subject: [PATCH] Remove bad warning

---
 patches/server/Paper-config-files.patch | 2 --
 1 file changed, 2 deletions(-)

diff --git a/patches/server/Paper-config-files.patch b/patches/server/Paper-config-files.patch
index b49dc28fd8..6e5a45743a 100644
--- a/patches/server/Paper-config-files.patch
+++ b/patches/server/Paper-config-files.patch
@@ -2910,8 +2910,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +                final @Nullable Object keyValue = value.key();
 +                if (keyValue != null && keyValue.toString().equals("PacketPlayInAutoRecipe")) { // add special cast to handle the default for moj-mapped servers that upgrade the config
 +                    return path.with(path.size() - 1, ServerboundPlaceRecipePacket.class.getSimpleName()).array();
-+                } else {
-+                    LOGGER.warn("Could not convert spigot-mapped packet class name {} because no mappings were found in the jar", keyValue);
 +                }
 +                return null;
 +            }).addAction(path("loggers"), TransformAction.rename("logging"));