Fixed possible scr_error

This commit is contained in:
INeedBots 2020-12-06 02:22:24 -06:00
parent 67b233a98c
commit f3fc6d5133

View File

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