From 3700b8b39f35021c49106498b2bdb9ee8b5c07cf Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 3 Oct 2004 06:08:09 +0000 Subject: [PATCH] Fixed bomb count bug --- plugins/cstrike/miscstats.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cstrike/miscstats.sma b/plugins/cstrike/miscstats.sma index ea74772f..70e68f8e 100755 --- a/plugins/cstrike/miscstats.sma +++ b/plugins/cstrike/miscstats.sma @@ -492,7 +492,7 @@ public eBombDefL(id) public eBombPlanted() if ( g_C4Timer != -2 ) { if (BombPlanted) announceEvent(g_Planter, "SET_UP_BOMB" ) - g_C4Timer = get_cvar_num("mp_c4timer") - 2 + g_C4Timer = get_cvar_num("mp_c4timer") set_task(1.0,"bombTimer",8038,"",0,"b") g_LastPlan = 0.0 }