From c18538b6711ce0c76b94cae386e6f4f70160a8b7 Mon Sep 17 00:00:00 2001 From: tankefugl Date: Wed, 6 Jul 2005 01:07:11 +0000 Subject: [PATCH] Removed a stray ALERT(at_console git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@244 67975925-1194-0748-b3d5-c16f83f1a3a1 --- dev/performance-3.0.5/source/mod/AvHGamerules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/performance-3.0.5/source/mod/AvHGamerules.cpp b/dev/performance-3.0.5/source/mod/AvHGamerules.cpp index e4bf4867..97fd9722 100644 --- a/dev/performance-3.0.5/source/mod/AvHGamerules.cpp +++ b/dev/performance-3.0.5/source/mod/AvHGamerules.cpp @@ -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;