MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SV_Disconnect_f

Function SV_Disconnect_f

code/server/sv_client.cpp:284–286  ·  view source on GitHub ↗

================= SV_Disconnect_f The client is going to disconnect, so remove the connection immediately FIXME: move to game? ================= */

Source from the content-addressed store, hash-verified

282=================
283*/
284static void SV_Disconnect_f( client_t *cl ) {
285 SV_DropClient( cl, "disconnected" );
286}
287
288
289

Callers

nothing calls this directly

Calls 1

SV_DropClientFunction · 0.70

Tested by

no test coverage detected