diff options
author | Nassim Jahnke <[email protected]> | 2023-12-25 18:37:20 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2023-12-25 18:37:20 +0100 |
commit | 1cda66e3952e520de53a94e160be6a6a99305e70 (patch) | |
tree | 6814853681e52fdfd00c18a6f5fbd6cb4489d3e5 | |
parent | ff7b9b03805ae54af82135d66dea75b4e6761343 (diff) | |
download | Paper-1cda66e3952e520de53a94e160be6a6a99305e70.tar.gz Paper-1cda66e3952e520de53a94e160be6a6a99305e70.zip |
Hotfix Entity isInRain reobf issue
Caused by upstream making the method public, which then causes an accidental override from an unrelated method
Fixes #10078
-rw-r--r-- | build-data/reobf-mappings-patch.tiny | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny index 48699a5e43..eb273c2e9a 100644 --- a/build-data/reobf-mappings-patch.tiny +++ b/build-data/reobf-mappings-patch.tiny @@ -26,3 +26,7 @@ c net/minecraft/server/level/ChunkMap net/minecraft/server/level/PlayerChunkMap # Paper changes type c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId e + +# The method is made public by Spigot, which then causes accidental overrides +c net/minecraft/world/entity/Entity net/minecraft/world/entity/Entity + m ()Z isInRain isInRain0 |