| 302 | } |
| 303 | |
| 304 | void Server::StopMap() |
| 305 | { |
| 306 | Log::Info( "Stopping server map" ); |
| 307 | |
| 308 | current_map_data_= 0u; |
| 309 | map_= nullptr; |
| 310 | } |
| 311 | |
| 312 | void Server::Save( SaveLoadBuffer& buffer ) |
| 313 | { |
nothing calls this directly
no outgoing calls
no test coverage detected