| 315 | } |
| 316 | |
| 317 | Command::Result cSrvToggleFOW(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap) |
| 318 | { |
| 319 | gameMap.consoleAskToggleFOW(); |
| 320 | return Command::Result::SUCCESS; |
| 321 | } |
| 322 | |
| 323 | Command::Result cSrvSetCreatureLevel(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap) |
| 324 | { |
nothing calls this directly
no test coverage detected