Fixed possible scr_error

This commit is contained in:
INeedBots 2020-12-06 02:23:11 -06:00
parent 9832234ce8
commit c8b5c9b307

View File

@ -535,6 +535,9 @@ reload_thread()
cur = self getCurrentWEapon();
if (cur == "" || cur == "none")
return;
if(IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur))
return;