From fd05aeccc1570278e6895a6dada20614f38987fd Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Tue, 22 Jan 2008 20:38:08 +0000 Subject: Updated revision to 181. Renamed `pick' server command to `pickclient'. Pressing `r' key in server browser sets `rcon_password' cvar to selected entry. Made LoadPCX errors more verbose. Fixed 3D viewport positioning in player config menu. Remove `password' key from userinfo when `sv_password' or `sv_reserved_password' variables are set. Reset `sv_anticheat_required' variable when entering MVD client mode. Do not crash GTV when spectator types `nextserver' in console. Do not crash GTV when spectator types `say' without arguments. --- source/sv_init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/sv_init.c') diff --git a/source/sv_init.c b/source/sv_init.c index a2c34d9..608c42e 100644 --- a/source/sv_init.c +++ b/source/sv_init.c @@ -292,9 +292,7 @@ void SV_InitGame( qboolean ismvd ){ } #if USE_ANTICHEAT & 2 - if( !ismvd ) { - AC_Connect(); - } + AC_Connect( ismvd ); #endif svs.initialized = qtrue; -- cgit v1.2.3