From f9281fe309d201d1c9445fa6cde6b46a8a905784 Mon Sep 17 00:00:00 2001 From: CheesyPeteza Date: Thu, 10 Mar 2005 10:47:09 +0000 Subject: [PATCH] Removed last bug "fix" which did nothing except break a perfectly working plugin. Doh! --- 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 d8d5103c..6054fe88 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<58") + register_event("PlayHUDNot", "roundChange", "bc", "1=0", "2>56", "2<59") is_combat = true } }