As sawce would say. Bug go squish. :D

This commit is contained in:
CheesyPeteza 2005-03-07 23:55:18 +00:00
parent 53b7516449
commit 01bacc3275

View File

@ -53,7 +53,7 @@ public plugin_init() {
new szMapName[4] new szMapName[4]
get_mapname(szMapName, 3) get_mapname(szMapName, 3)
if (equal(szMapName, "co_")) { 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 is_combat = true
} }
} }