MCPcopy Create free account
hub / github.com/demoth/jake2 / SV_ShowServerinfo_f

Method SV_ShowServerinfo_f

server/src/main/java/jake2/server/SV_USER.java:356–358  ·  view source on GitHub ↗
(List<String> args, GameImportsImpl gameImports, client_t client)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

PrintMethod · 0.95
getInstanceMethod · 0.95
ServerinfoMethod · 0.80

Tested by

no test coverage detected