typo thanks to sublime text..

This commit is contained in:
[VB]AWOL
2014-04-24 09:42:14 -05:00
parent 13babfec28
commit 54f690bcd8

View File

@@ -1,7 +1,7 @@
private ["_weapons","_magazines","_weaponscnt","_magazinescnt","_backpack"];
_backpack = nearestObject [player, "Bag_Base_EP1"];
if (!(isNull _backpack)) then{}
if (!local _backpack) then{
if (!(isNull _backpack)) then {
if (!local _backpack) then {
_weapons = getWeaponCargo _backpack;
_magazines = getMagazineCargo _backpack;
_weaponscnt = count(_weapons select 0);