aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch')
-rw-r--r--patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch b/patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
index 61009910db..ca3892240a 100644
--- a/patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
+++ b/patches/server/0283-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
@@ -8,7 +8,7 @@ We just add a check to ensure that the CraftPlayer's handle
is a ServerPlayer
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-index 3ef95c7fb6bac4d79ecefd1f8591824258f84342..356d814e09c4804dc32e320c01c26f4a059693da 100644
+index faa3f44d1fbf8b401503b9c3391794c23a35e8ff..c0dfc799c0945bf5dc949ab505bc0db3853af557 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -221,8 +221,12 @@ public class CraftPlayer extends CraftHumanEntity implements Player {