diff options
author | Riley Park <[email protected]> | 2021-03-01 19:07:12 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-01 19:07:12 -0800 |
commit | 9907cedecbbb1a9b524235efe96d31a0ca03866d (patch) | |
tree | 304d70ad05daf45c1a99cdf7ad214ece248fbc50 /Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch | |
parent | 06900aef5e9b0bc6916e85ff4497472b296b481e (diff) | |
download | Paper-9907cedecbbb1a9b524235efe96d31a0ca03866d.tar.gz Paper-9907cedecbbb1a9b524235efe96d31a0ca03866d.zip |
New chat events for better Adventure support (#5289)
Bump Adventure to 4.6.0
fixes #5216
fixes #5261
fixes #5287
Diffstat (limited to 'Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch')
-rw-r--r-- | Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch b/Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch index f2dad3d79b..c0c713a34f 100644 --- a/Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch +++ b/Spigot-Server-Patches/0413-Prevent-teleporting-dead-entities.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Prevent teleporting dead entities diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index 60046183e610f406020c9835c295e2732812b37b..b6d31a9e64377de0f9ecfc5f5f24d92b8fe11caf 100644 +index 33112515865b6c2d357c0560637c0aa995ca6d0f..8fbafc6057a6062cbc222239e542a1bffc4fc09e 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java @@ -1323,6 +1323,10 @@ public class PlayerConnection implements PacketListenerPlayIn { |