13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/net/minecraft/server/CustomFunctionData.patch

12 Zeilen
372 B
Diff

--- a/net/minecraft/server/CustomFunctionData.java
+++ b/net/minecraft/server/CustomFunctionData.java
@@ -44,7 +44,7 @@
}
2021-03-15 23:00:00 +01:00
public CommandDispatcher<CommandListenerWrapper> getCommandDispatcher() {
- return this.server.getCommandDispatcher().a();
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
}
public void tick() {