diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-09-29 21:41:24 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-09-29 21:41:24 +0000 |
commit | 5b1969053745b8c29e0044953b744d5759c0bccd (patch) | |
tree | 1fda58b4d335677c00e87eca0733c3af12f95462 /source/sv_ac.c | |
parent | 0da4cda7cf1a19b17c195a043880b0d0d1993c2e (diff) |
Ensure MVD client clears all entities when changing levels.
Diffstat (limited to 'source/sv_ac.c')
-rw-r--r-- | source/sv_ac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_ac.c b/source/sv_ac.c index cabb963..1d919f5 100644 --- a/source/sv_ac.c +++ b/source/sv_ac.c @@ -799,7 +799,7 @@ static void AC_ParseQueryReply( void ) { } if( cl->state < cs_connected || cl->state > cs_primed ) { - Com_DPrintf( "ANTICHEAT: %s with client in state %d\n", + Com_WPrintf( "ANTICHEAT: %s with client in state %d\n", __func__, cl->state ); SV_DropClient( cl, NULL ); return; |