MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / GiveWeapon

Method GiveWeapon

PanzerChasm/server/server.cpp:528–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528void Server::GiveWeapon()
529{
530 for( const ConnectedPlayerPtr& connected_player : players_ )
531 connected_player->player->GiveWeapon();
532
533 Log::Info( "weapons added" );
534}
535
536void Server::GiveKeys()
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected