geforkt von Mirrors/Paper
9da047989c
By: md_5 <git@md-5.net>
12 Zeilen
372 B
Diff
12 Zeilen
372 B
Diff
--- a/net/minecraft/server/CustomFunctionData.java
|
|
+++ b/net/minecraft/server/CustomFunctionData.java
|
|
@@ -36,7 +36,7 @@
|
|
}
|
|
|
|
public CommandDispatcher<CommandListenerWrapper> getCommandDispatcher() {
|
|
- return this.server.getCommandDispatcher().a();
|
|
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
|
|
}
|
|
|
|
public void tick() {
|