aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch')
-rw-r--r--patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch b/patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
index a0f7ab0755..2a804b56e0 100644
--- a/patches/server/0280-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch
+++ b/patches/server/0280-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 f309b16670d1814b7c4a1f8464e60af512b86da3..c5ea6d424c8009c8afd791e58a75174291696d05 100644
+index 4a07e7d3df71f3bfc026e1f1c0abfe25999c6b8e..476b7bc14b4d2e7ed30c23b65dbc7aa0c6679b6b 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -211,8 +211,12 @@ public class CraftPlayer extends CraftHumanEntity implements Player {