Hotfix Entity isInRain reobf issue

Caused by upstream making the method public, which then causes an accidental override from an unrelated method
Fixes #10078
This commit is contained in:
Nassim Jahnke 2023-12-25 18:37:20 +01:00
parent 87c2eac1d8
commit d77e5a5780

View File

@ -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