Removed last bug "fix" which did nothing except break a perfectly working plugin. Doh!

This commit is contained in:
CheesyPeteza 2005-03-10 10:47:09 +00:00
parent d3a49d1d41
commit f9281fe309

View File

@ -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
}
}