mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
b3a8254758
By: md_5 <git@md-5.net>
11 lines
372 B
Diff
11 lines
372 B
Diff
--- a/net/minecraft/server/CustomFunctionData.java
|
|
+++ b/net/minecraft/server/CustomFunctionData.java
|
|
@@ -44,7 +44,7 @@
|
|
}
|
|
|
|
public CommandDispatcher<CommandListenerWrapper> getCommandDispatcher() {
|
|
- return this.server.getCommandDispatcher().a();
|
|
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
|
|
}
|
|
|
|
public void tick() {
|