mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
disable the disconnect events for bots as I'm not yet sure how I'm going to
do things
This commit is contained in:
parent
fc7324485e
commit
9fbbadb788
1 changed files with 4 additions and 4 deletions
|
@ -1749,10 +1749,10 @@ PF_SV_FreeClient (progs_t *pr)
|
|||
PR_RunError (pr, "not a server client");
|
||||
if (cl->userinfo)
|
||||
Info_Destroy (cl->userinfo);
|
||||
SV_FullClientUpdate (cl, &sv.reliable_datagram);
|
||||
if (sv_client_disconnect_e->func)
|
||||
GIB_Event_Callback (sv_client_disconnect_e, 2, va("%u", cl->userid),
|
||||
"server");
|
||||
//SV_FullClientUpdate (cl, &sv.reliable_datagram);
|
||||
//if (sv_client_disconnect_e->func)
|
||||
// GIB_Event_Callback (sv_client_disconnect_e, 2, va("%u", cl->userid),
|
||||
// "server");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue