aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0232-Expand-Explosions-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0232-Expand-Explosions-API.patch')
-rw-r--r--Spigot-Server-Patches/0232-Expand-Explosions-API.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0232-Expand-Explosions-API.patch b/Spigot-Server-Patches/0232-Expand-Explosions-API.patch
index a2adaddbef..e8e03b86c0 100644
--- a/Spigot-Server-Patches/0232-Expand-Explosions-API.patch
+++ b/Spigot-Server-Patches/0232-Expand-Explosions-API.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Expand Explosions API
Add Entity as a Source capability, and add more API choices, and on Location.
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-index 5b4afa9998c7e156353abe80e3ccc3efb4a2d390..efb569b5add5dc7456665fccccc2396d7c3af046 100644
+index 1b04cb1c80f069bbe288857c5bd94cd7754ba49e..a8c88c676dacdf3397ce036ae2613ef0bcb7dcc5 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -891,6 +891,11 @@ public class CraftWorld implements World {