mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
Dont fast swap alt mode
This commit is contained in:
parent
2440e782e7
commit
eba8a7987b
@ -4021,7 +4021,7 @@ doReloadCancel_loop()
|
|||||||
|
|
||||||
curWeap = self GetCurrentWeapon();
|
curWeap = self GetCurrentWeapon();
|
||||||
|
|
||||||
if (!maps\mp\gametypes\_weapons::isPrimaryWeapon(curWeap))
|
if (!maps\mp\gametypes\_weapons::isPrimaryWeapon(curWeap) || isStrStart(curWeap, "alt_"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (ret == "reload")
|
if (ret == "reload")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user