1
0
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:
ineedbots
2021-06-07 20:05:35 -06:00
parent 2440e782e7
commit eba8a7987b

View File

@ -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")