Expose server CommandMap

This commit is contained in:
Riley Park 2016-03-03 02:15:57 -06:00
parent 886d8e6ac3
commit 73251dc451

View file

@ -2182,6 +2182,7 @@ public final class CraftServer implements Server {
return this.helpMap;
}
@Override // Paper - add override
public SimpleCommandMap getCommandMap() {
return this.commandMap;
}