added "cs13" to cstrike_running()
This commit is contained in:
parent
2f4c021217
commit
123262235e
|
@ -116,7 +116,7 @@ stock cstrike_running() {
|
|||
new mod_name[32]
|
||||
get_modname(mod_name,31)
|
||||
|
||||
return ( equal(mod_name,"cstrike") || equal(mod_name,"czero") || equal(mod_name,"csv15") )
|
||||
return ( equal(mod_name,"cstrike") || equal(mod_name,"czero") || equal(mod_name,"csv15") || equal(mod_name,"cs13") )
|
||||
}
|
||||
|
||||
stock is_running(const mod[]) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user