| 518 | } |
| 519 | |
| 520 | void Server::GiveArmor() |
| 521 | { |
| 522 | for( const ConnectedPlayerPtr& connected_player : players_ ) |
| 523 | connected_player->player->GiveArmor(); |
| 524 | |
| 525 | Log::Info( "armor added" ); |
| 526 | } |
| 527 | |
| 528 | void Server::GiveWeapon() |
| 529 | { |
nothing calls this directly
no outgoing calls
no test coverage detected