mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
fix alt mode
This commit is contained in:
parent
2fd7dfdf78
commit
6eb1e892fb
@ -1993,6 +1993,12 @@ prone()
|
||||
|
||||
changeToWeap(weap)
|
||||
{
|
||||
toks = strtok(weap, "_");
|
||||
if (toks[0] == "gl" || isSubStr(weap, "shotgun_attach_"))
|
||||
{
|
||||
self setSpawnWeapon(weap);
|
||||
}
|
||||
|
||||
self botWeapon(weap);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user