git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2713 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-10-05 14:17:55 +00:00
parent f9277a9e74
commit fb99c6f501
3 changed files with 2 additions and 4 deletions

View file

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