Removed a stray ALERT(at_console

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@244 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-07-06 01:07:11 +00:00
parent 49a6f0a6e7
commit c18538b671

View file

@ -1379,7 +1379,7 @@ const AvHBaseInfoLocationListType& AvHGamerules::GetInfoLocations() const
bool AvHGamerules::GetCheatsEnabled(void) const
{
static float theCheatsEnabled = CVAR_GET_FLOAT( "sv_cheats" );
ALERT(at_console, UTIL_VarArgs("GetCheatsEnabled %f > %f\n", gpGlobals->time, (gSvCheatsLastUpdateTime + 0.5f )) );
// ALERT(at_console, UTIL_VarArgs("GetCheatsEnabled %f > %f\n", gpGlobals->time, (gSvCheatsLastUpdateTime + 0.5f )) );
if ( gpGlobals->time > (gSvCheatsLastUpdateTime + 0.5f ) ) {
theCheatsEnabled = CVAR_GET_FLOAT( "sv_cheats" );
gSvCheatsLastUpdateTime = gpGlobals->time;