aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch')
-rw-r--r--patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch b/patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch
index 9b70fab956..5082d493dc 100644
--- a/patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch
+++ b/patches/server/0490-Allow-adding-items-to-BlockDropItemEvent.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Allow adding items to BlockDropItemEvent
diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-index 2786398e99af94d8dc1251009cdb5fa71206bcf3..4f05f8d73b824cd2985e6c6d90338fc7479ef2a5 100644
+index ad49a7cb16de3dac7a5232abded3635a4b0b8848..3e1a70fe1e523946512ac71772439f7fd292623f 100644
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-@@ -460,13 +460,30 @@ public class CraftEventFactory {
+@@ -462,13 +462,30 @@ public class CraftEventFactory {
}
public static void handleBlockDropItemEvent(Block block, BlockState state, ServerPlayer player, List<ItemEntity> items) {