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

Method StopMap

PanzerChasm/server/server.cpp:304–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void Server::StopMap()
305{
306 Log::Info( "Stopping server map" );
307
308 current_map_data_= 0u;
309 map_= nullptr;
310}
311
312void Server::Save( SaveLoadBuffer& buffer )
313{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected