aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch')
-rw-r--r--patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch b/patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch
index 4fe9c9b755..169a2a7cfb 100644
--- a/patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch
+++ b/patches/server/0927-Allow-null-itemstack-for-Player-sendEquipmentChange.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Allow null itemstack for Player#sendEquipmentChange
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-index cbe2edee5503386bbd0ef02cc90d1685ae4a5121..843e1d61b4bfa2be48e26e4ca95cbf757c0da736 100644
+index f9e4b3e4a4f5a4d607f3b26749bac15fe3dde43b..a0d4da6338232d4bdffbd58ebcc9c6e379f3f4d9 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -1125,7 +1125,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {