aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch')
-rw-r--r--patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch b/patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch
index 555a1d4a24..446ad63d2d 100644
--- a/patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch
+++ b/patches/server/0377-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Don't check chunk for portal on world gen entity add
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-index 9a4bcbfde22ea3c7761099152db8f793c01aedb5..f592bee9f71580ec248e4b7485c938f3b83aeb9d 100644
+index cd54ab0fed100bf1dd7261185ef0f4e5d4433aa7..b742a42b2c86db79fb88399f40e8682afd600507 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -3808,7 +3808,7 @@ public abstract class LivingEntity extends Entity implements Attackable {