disable the disconnect events for bots as I'm not yet sure how I'm going to

do things
This commit is contained in:
Bill Currie 2003-03-04 04:03:02 +00:00
parent fc7324485e
commit 9fbbadb788
1 changed files with 4 additions and 4 deletions

View File

@ -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