This commit is contained in:
Your Name
2020-09-17 13:20:22 -06:00
parent 9426b7cb73
commit 7185bf16b6
3 changed files with 31 additions and 8 deletions

View File

@ -565,7 +565,7 @@ emptyClipShoot()
cur = self GetCurrentWeapon();
if (IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur) || self IsUsingRemote())
if (cur == "none" || IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur) || self IsUsingRemote())
continue;
self thread pressFire();
@ -1014,7 +1014,7 @@ doNoneSwitch()
self.bot.switch_to_after_none = undefined;
}
self setSpawnWeapon(weap);
self SetSpawnWeapon(weap);
}
doSwitch(newWeapon)