| 534 | } |
| 535 | |
| 536 | void Server::GiveKeys() |
| 537 | { |
| 538 | for( const ConnectedPlayerPtr& connected_player : players_ ) |
| 539 | connected_player->player->GiveAllKeys(); |
| 540 | |
| 541 | Log::Info( "give all keys" ); |
| 542 | } |
| 543 | |
| 544 | void Server::ToggleGodMode() |
| 545 | { |
nothing calls this directly
no test coverage detected