| 446 | } |
| 447 | |
| 448 | void Host::RunServerCommand( const CommandsArguments& args ) |
| 449 | { |
| 450 | // TODO - parse args, somehow |
| 451 | PC_UNUSED(args); |
| 452 | |
| 453 | StartServer( 1u, Difficulty::Normal, GameRules::Deathmatch, false, 0u, 0u ); |
| 454 | } |
| 455 | |
| 456 | void Host::SaveCommand( const CommandsArguments& args ) |
| 457 | { |
nothing calls this directly
no outgoing calls
no test coverage detected