Removed last bug "fix" which did nothing except break a perfectly working plugin. Doh!
This commit is contained in:
parent
d3a49d1d41
commit
f9281fe309
|
@ -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<58")
|
register_event("PlayHUDNot", "roundChange", "bc", "1=0", "2>56", "2<59")
|
||||||
is_combat = true
|
is_combat = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user