I suck
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2713 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f9277a9e74
commit
fb99c6f501
3 changed files with 2 additions and 4 deletions
|
@ -442,7 +442,6 @@ void SV_DropClient (client_t *drop)
|
|||
// this will set the body to a dead frame, among other things
|
||||
pr_global_struct->self = EDICT_TO_PROG(svprogfuncs, drop->edict);
|
||||
PR_ExecuteProgram (svprogfuncs, pr_global_struct->ClientDisconnect);
|
||||
printf("Disconnected...\n");
|
||||
}
|
||||
else if (SpectatorDisconnect)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue