1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-11 22:33:15 +01:00
Paper/nms-patches/CustomFunctionData.patch
2019-05-14 10:00:00 +10:00

12 lines
374 B
Diff

--- a/net/minecraft/server/CustomFunctionData.java
+++ b/net/minecraft/server/CustomFunctionData.java
@@ -54,7 +54,7 @@
}
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> d() {
- return this.server.getCommandDispatcher().a();
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
}
public void tick() {