mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
374 B
Diff
12 lines
374 B
Diff
--- a/net/minecraft/server/CustomFunctionData.java
|
|
+++ b/net/minecraft/server/CustomFunctionData.java
|
|
@@ -53,7 +53,7 @@
|
|
}
|
|
|
|
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> d() {
|
|
- return this.server.getCommandDispatcher().a();
|
|
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
|
|
}
|
|
|
|
public void tick() {
|