Update "Don't special case x move value" patch to ensure that move events are always fired, regardless if there are any "special cases"

By: md_5 <git@md-5.net>
This commit is contained in:
Spigot
2014-02-24 18:04:12 +11:00
parent ae9daebd38
commit 4174fc654a
6 changed files with 44 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
From ad4c58f956161e81eb940369b6ec91cb1c8cab45 Mon Sep 17 00:00:00 2001
From 758a088dd2fc4bb2f80aef88332574003b35882b Mon Sep 17 00:00:00 2001
From: bloodshot <jdroque@gmail.com>
Date: Mon, 6 Jan 2014 18:02:01 -0500
Subject: [PATCH] Update Client's Hand when BlockPlaceEvent Cancelled
@@ -16,10 +16,10 @@ PlayerConnection.a(handlePlace) not to send the appropriate packet to
client which causes the bug.
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index c9585fc..9e6901c 100644
index 82ad68d..1b862fb 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -626,7 +626,9 @@ public class PlayerConnection implements PacketPlayInListener {
@@ -638,7 +638,9 @@ public class PlayerConnection implements PacketPlayInListener {
return;
}
@@ -31,5 +31,5 @@ index c9585fc..9e6901c 100644
flag = true;
--
1.8.4.msysgit.0
1.8.3.2