aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch')
-rw-r--r--patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch b/patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch
index 0808b4dbcd..808e585500 100644
--- a/patches/server/0492-Allow-adding-items-to-BlockDropItemEvent.patch
+++ b/patches/server/0492-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 7310d8011fc27b17360887c048cb6eb79e2c0b1f..edb5d93684d959dbad0115643b3c9f5096ceee3a 100644
+index 87c90c401c965ac65fcbe88bf2e1ef85bfd46755..aa03917f96ed17fad53e07fa58225174846333fd 100644
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-@@ -452,13 +452,30 @@ public class CraftEventFactory {
+@@ -453,13 +453,30 @@ public class CraftEventFactory {
}
public static void handleBlockDropItemEvent(Block block, BlockState state, ServerPlayer player, List<ItemEntity> items) {