- The chasecam is now only considered a cheat for deathmatch mode. (For that, there is still

the sv_chasecam flag in dmflags2.)

SVN r3868 (trunk)
This commit is contained in:
Randy Heit 2012-09-09 03:01:49 +00:00
parent 9f3a93bfd2
commit a2c761bee6

View file

@ -254,7 +254,7 @@ CCMD (chase)
else
{
// Check if we're allowed to use chasecam.
if (gamestate != GS_LEVEL || (!(dmflags2 & DF2_CHASECAM) && CheckCheatmode ()))
if (gamestate != GS_LEVEL || (!(dmflags2 & DF2_CHASECAM) && deathmatch && CheckCheatmode ()))
return;
Net_WriteByte (DEM_GENERICCHEAT);