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 aae251cf6e684bf373226e0af74e527721a04779 Mon Sep 17 00:00:00 2001
From bb0f910435c62c1cad0c8ae5d488602c32395a74 Mon Sep 17 00:00:00 2001
From: hcherndon <hcherndon@gmail.com>
Date: Sat, 15 Feb 2014 01:51:20 -0600
Subject: [PATCH] Unfinalize the isDisconnected() method by bukkit.
@@ -6,10 +6,10 @@ Subject: [PATCH] Unfinalize the isDisconnected() method by bukkit.
This would literally mean the world to me. You have no idea how much this method being final is fucking me over right now. (Working with NPC's and what not.)
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index 0f0fc49..f506da0 100644
index 25cc14b..f84df92 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -1846,7 +1846,7 @@ public class PlayerConnection implements PacketPlayInListener {
@@ -1858,7 +1858,7 @@ public class PlayerConnection implements PacketPlayInListener {
}
// CraftBukkit start - Add "isDisconnected" method
@@ -19,5 +19,5 @@ index 0f0fc49..f506da0 100644
}
// CraftBukkit end
--
1.8.4.msysgit.0
1.8.3.2