geforkt von Mirrors/Paper
a265d64138
By: Initial <noreply+automated@papermc.io>
12 Zeilen
380 B
Diff
12 Zeilen
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() {
|