1 2 3 4 5 6 7 8 9 10 11
--- a/net/minecraft/server/CustomFunctionData.java +++ b/net/minecraft/server/CustomFunctionData.java @@ -36,7 +36,7 @@ } public CommandDispatcher<CommandListenerWrapper> getDispatcher() { - return this.server.getCommands().getDispatcher(); + return this.server.vanillaCommandDispatcher.getDispatcher(); // CraftBukkit } public void tick() {