mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Remove bad warning
This commit is contained in:
parent
d2519b507e
commit
a488132e74
1 changed files with 0 additions and 2 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue