summaryrefslogtreecommitdiffstats
path: root/nms-patches/CustomFunction.patch
blob: b0429ae11e9f411bb8daa16551aab3e2756ee794 (plain)
1
2
3
4
5
6
7
8
9
10
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() {