From 01bacc3275c4bb239a842cca779d3b4d8abd46be Mon Sep 17 00:00:00 2001 From: CheesyPeteza Date: Mon, 7 Mar 2005 23:55:18 +0000 Subject: [PATCH] As sawce would say. Bug go squish. :D --- plugins/ns/timeleft.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ns/timeleft.sma b/plugins/ns/timeleft.sma index 6054fe88..d8d5103c 100755 --- a/plugins/ns/timeleft.sma +++ b/plugins/ns/timeleft.sma @@ -53,7 +53,7 @@ public plugin_init() { new szMapName[4] get_mapname(szMapName, 3) if (equal(szMapName, "co_")) { - register_event("PlayHUDNot", "roundChange", "bc", "1=0", "2>56", "2<59") + register_event("PlayHUDNot", "roundChange", "bc", "1=0", "2>56", "2<58") is_combat = true } }