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

Method SV_Disconnect_f

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SV_DropClientMethod · 0.95

Tested by

no test coverage detected