summaryrefslogtreecommitdiffstats
path: root/nms-patches/CustomFunction.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/CustomFunction.patch')
-rw-r--r--nms-patches/CustomFunction.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/CustomFunction.patch b/nms-patches/CustomFunction.patch
new file mode 100644
index 00000000..b0429ae1
--- /dev/null
+++ b/nms-patches/CustomFunction.patch
@@ -0,0 +1,11 @@
+--- a/net/minecraft/server/CustomFunction.java
++++ b/net/minecraft/server/CustomFunction.java
+@@ -130,7 +130,7 @@
+ }
+
+ public void a(CustomFunctionData customfunctiondata, ICommandListener icommandlistener, ArrayDeque<CustomFunctionData.a> arraydeque, int i) {
+- customfunctiondata.a().a(icommandlistener, this.a);
++ CommandBlockListenerAbstract.executeSafely(icommandlistener, new org.bukkit.craftbukkit.command.CraftFunctionCommandSender(icommandlistener), this.a); // CraftBukkit
+ }
+
+ public String toString() {