(List<String> args, GameImportsImpl gameImports, client_t client)
| 344 | * ================= |
| 345 | */ |
| 346 | private static void SV_Disconnect_f(List<String> args, GameImportsImpl gameImports, client_t client) { |
| 347 | // SV_EndRedirect (); |
| 348 | SV_MAIN.SV_DropClient(client); |
| 349 | } |
| 350 | |
| 351 | /* |
| 352 | * ================== SV_ShowServerinfo_f |
nothing calls this directly
no test coverage detected