================== idAsyncNetwork::NextMap_f ================== */
| 333 | ================== |
| 334 | */ |
| 335 | void idAsyncNetwork::NextMap_f( const idCmdArgs &args ) { |
| 336 | server.ExecuteMapChange(); |
| 337 | } |
| 338 | |
| 339 | /* |
| 340 | ================== |
nothing calls this directly
no test coverage detected