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

Method GiveKeys

PanzerChasm/server/server.cpp:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GiveAllKeysMethod · 0.80

Tested by

no test coverage detected