mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-25 17:33:52 -07:00
@@ -3,7 +3,7 @@
|
||||
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> d() {
|
||||
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> getCommandDispatcher() {
|
||||
- return this.server.getCommandDispatcher().a();
|
||||
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
|
||||
}
|
||||
|
Reference in New Issue
Block a user