aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1020-Properly-resend-entities.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2024-06-16 15:48:38 -0700
committerJake Potrebic <[email protected]>2024-06-16 15:48:38 -0700
commita7f66333625febf891e5126bbd432707d38d1b1c (patch)
tree51e464ca2ab7e58178bf081c62a06fdc3b3d8bc8 /patches/server/1020-Properly-resend-entities.patch
parentfb762cf368a77d183b9f2f04b1cd606e47e53256 (diff)
downloadPaper-a7f66333625febf891e5126bbd432707d38d1b1c.tar.gz
Paper-a7f66333625febf891e5126bbd432707d38d1b1c.zip
make EntityPortalReadyEvent#setTargetWorld work again
Diffstat (limited to 'patches/server/1020-Properly-resend-entities.patch')
-rw-r--r--patches/server/1020-Properly-resend-entities.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/1020-Properly-resend-entities.patch b/patches/server/1020-Properly-resend-entities.patch
index 60b3f34d58..10d68c66b2 100644
--- a/patches/server/1020-Properly-resend-entities.patch
+++ b/patches/server/1020-Properly-resend-entities.patch
@@ -115,7 +115,7 @@ index 0d0b07c9199be9ca0d5ac3feb1d44f149ba69283..3d30427e75bdfb9cf453fb5cd2a34422
this.sendLevelInfo(player, worldserver1);
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
-index 14db8510af7465eb663501008ca35f8ec63bfe30..898651b7cfff15fe1afb690c247cdc3936d12fa6 100644
+index 2fa05c07cd9fc5acb844fac331986c2322433303..437956b18d5bffd93c46e0be34cf413e9c704e5a 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -664,13 +664,44 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess