(List<String> args, GameImportsImpl gameImports, client_t client)
| 354 | * Dumps the serverinfo info string ================== |
| 355 | */ |
| 356 | private static void SV_ShowServerinfo_f(List<String> args, GameImportsImpl gameImports, client_t client) { |
| 357 | Info.Print(Cvar.getInstance().Serverinfo()); |
| 358 | } |
| 359 | |
| 360 | static void SV_Nextserver(GameImportsImpl gameImports) { |
| 361 |
nothing calls this directly
no test coverage detected