mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
Dont fast swap alt mode
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user