mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +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();
|
||||
|
||||
if (!maps\mp\gametypes\_weapons::isPrimaryWeapon(curWeap))
|
||||
if (!maps\mp\gametypes\_weapons::isPrimaryWeapon(curWeap) || isStrStart(curWeap, "alt_"))
|
||||
return;
|
||||
|
||||
if (ret == "reload")
|
||||
|
Loading…
x
Reference in New Issue
Block a user