| 45 | namespace endstone::core { |
| 46 | |
| 47 | EndstoneCommandMap::EndstoneCommandMap(EndstoneServer &server) : server_(server) |
| 48 | { |
| 49 | unregisterCommand("reload"); |
| 50 | setDefaultCommands(); |
| 51 | } |
| 52 | |
| 53 | bool EndstoneCommandMap::dispatch(CommandSender &sender, std::string command_line) const |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected