Update player_gearSet.sqf

This commit is contained in:
F507DMT
2021-04-21 22:47:29 +06:00
committed by GitHub
parent 7685b225bf
commit c93a346000

View File

@@ -1,4 +1,4 @@
private["_inventory","_wpns","_mags","_item","_val"];
private["_inventory","_wpns","_mags","_item","_val","_idc"];
_inventory = _this;
if (count _inventory > 0) then {
_wpns = _inventory select 0;