mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Expose server CommandMap
This commit is contained in:
parent
886d8e6ac3
commit
73251dc451
1 changed files with 1 additions and 0 deletions
|
@ -2182,6 +2182,7 @@ public final class CraftServer implements Server {
|
|||
return this.helpMap;
|
||||
}
|
||||
|
||||
@Override // Paper - add override
|
||||
public SimpleCommandMap getCommandMap() {
|
||||
return this.commandMap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue