diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-22 20:38:08 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-22 20:38:08 +0000 |
commit | fd05aeccc1570278e6895a6dada20614f38987fd (patch) | |
tree | 3774e17c6c3a1fbf2ed07734c1d61cd047c86700 /source/sv_init.c | |
parent | 7f64f0f576ad50478bdb124365348e815d4f67c9 (diff) |
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.
Diffstat (limited to 'source/sv_init.c')
-rw-r--r-- | source/sv_init.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |