diff options
author | Nassim Jahnke <[email protected]> | 2024-06-14 13:07:50 +0200 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-06-14 13:07:50 +0200 |
commit | 3c04f9f668c3a42cb294c5e55a846793894312e5 (patch) | |
tree | c762ee49a5c4d13de6e2fffb70ca2193dd8a2905 /patches/server/0351-Fix-item-duplication-and-teleport-issues.patch | |
parent | 6a34750160dd86201db605210eb638eb33d897a1 (diff) | |
download | Paper-3c04f9f668c3a42cb294c5e55a846793894312e5.tar.gz Paper-3c04f9f668c3a42cb294c5e55a846793894312e5.zip |
Fix a few compile errors
Diffstat (limited to 'patches/server/0351-Fix-item-duplication-and-teleport-issues.patch')
-rw-r--r-- | patches/server/0351-Fix-item-duplication-and-teleport-issues.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch b/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch index 8c3120ae4c..2a7ff6fe57 100644 --- a/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch +++ b/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch @@ -69,7 +69,7 @@ index 2ce2926f4e3a79a1a329cdd684852970f6f104f2..b1d870b9a3b414ed49b4674afc2c6088 public float getBlockExplosionResistance(Explosion explosion, BlockGetter world, BlockPos pos, BlockState blockState, FluidState fluidState, float max) { diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java -index 1886cebc32ded9c4e0c7409a4db6f78fcdf847ea..94c0de0a50e2a076e5aed86a673fe03d9698ba36 100644 +index d475a0f36a7c302fc5cf23ab2ad6d0b835710abb..96894dba3ddbf1d52266e5df0c280cc30d54d5de 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java @@ -1717,9 +1717,9 @@ public abstract class LivingEntity extends Entity implements Attackable { |