aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1020-Properly-resend-entities.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2024-06-23 15:01:12 -0700
committerGitHub <[email protected]>2024-06-23 15:01:12 -0700
commit897ece48d548f727c323ebadca0768f41c4be3b5 (patch)
tree171ae37e277e4db0c473f5923aa41c34dca64ff5 /patches/server/1020-Properly-resend-entities.patch
parent5ae4758c8be76f1f53957509a0399a9b28479665 (diff)
downloadPaper-897ece48d548f727c323ebadca0768f41c4be3b5.tar.gz
Paper-897ece48d548f727c323ebadca0768f41c4be3b5.zip
Call EntityPortalEnterEvent on endgateways and make cancellable (#10892)
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 f0093b5b5e..de5a776d10 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 139a5cd05a167b3b3330aa94bd33d193dce19e2d..1a40128b06e70e39a82f170fc16dcae1e22c745c 100644
+index 5d7bc6470ab3818b0a189aab18ff26c0180e3912..2519c08a45ce3febcf51ac308ad98ac0e2657cf3 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