mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2024-11-21 21:16:16 +00:00
12 lines
380 B
Diff
12 lines
380 B
Diff
--- a/net/minecraft/server/CustomFunctionData.java
|
|
+++ b/net/minecraft/server/CustomFunctionData.java
|
|
@@ -37,7 +37,7 @@
|
|
}
|
|
|
|
public CommandDispatcher<CommandListenerWrapper> getDispatcher() {
|
|
- return this.server.getCommands().getDispatcher();
|
|
+ return this.server.vanillaCommandDispatcher.getDispatcher(); // CraftBukkit
|
|
}
|
|
|
|
public void tick() {
|