aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch')
-rw-r--r--patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch b/patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch
index e0e016beb1..a2415395a6 100644
--- a/patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch
+++ b/patches/server/0691-fix-player-loottables-running-when-mob-loot-gamerule.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] fix player loottables running when mob loot gamerule is false
diff --git a/src/main/java/net/minecraft/server/level/ServerPlayer.java b/src/main/java/net/minecraft/server/level/ServerPlayer.java
-index 640c7c5076267f58bb8f16e9b151a6eb862dec7a..4b3c53406ee9a420c997d75e996c5a3d82300b0c 100644
+index bd37e1a78b42c948c7259b690001794d087a2e18..c364023ca15d837b64ac1bc2d0c3877fd86ab3cf 100644
--- a/src/main/java/net/minecraft/server/level/ServerPlayer.java
+++ b/src/main/java/net/minecraft/server/level/ServerPlayer.java
@@ -961,12 +961,14 @@ public class ServerPlayer extends net.minecraft.world.entity.player.Player {