mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
30e4583dbe
By: Initial Source <noreply+automated@papermc.io>
11 lines
382 B
Diff
11 lines
382 B
Diff
--- a/net/minecraft/server/ServerFunctionManager.java
|
|
+++ b/net/minecraft/server/ServerFunctionManager.java
|
|
@@ -37,7 +37,7 @@
|
|
}
|
|
|
|
public CommandDispatcher<CommandSourceStack> getDispatcher() {
|
|
- return this.server.getCommands().getDispatcher();
|
|
+ return this.server.vanillaCommandDispatcher.getDispatcher(); // CraftBukkit
|
|
}
|
|
|
|
public void tick() {
|