mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 07:55:43 +00:00
Fixed possible scr_error
This commit is contained in:
parent
9832234ce8
commit
c8b5c9b307
@ -534,6 +534,9 @@ reload_thread()
|
||||
return;
|
||||
|
||||
cur = self getCurrentWEapon();
|
||||
|
||||
if (cur == "" || cur == "none")
|
||||
return;
|
||||
|
||||
if(IsWeaponClipOnly(cur) || !self GetWeaponAmmoStock(cur))
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user