Merge pull request #2131 from F507DMT/patch-24

Update player_gearSet.sqf - private fix
This commit is contained in:
A Man
2021-05-03 14:14:54 +02:00
committed by GitHub

View File

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