aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch')
-rw-r--r--patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch b/patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch
index 4421a00963..f73360e724 100644
--- a/patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch
+++ b/patches/server/0362-Prevent-position-desync-causing-tp-exploit.patch
@@ -13,7 +13,7 @@ behaviour, we need to move all of this dangerous logic outside
of the move call and into an appropriate place in the tick method.
diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
-index e9e0a3d0958b309ca17322b11a6612be59ca41a6..b7e3c15055681b916482503f6b2370b362863c9c 100644
+index 517c215d47737c551125dec785de2896560f4cb0..9229caf16997e8bd6da6fae1532372827ec80291 100644
--- a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
+++ b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
@@ -1413,6 +1413,11 @@ public class ServerGamePacketListenerImpl extends ServerCommonPacketListenerImpl