incorrect format KISS

This commit is contained in:
[VB]AWOL
2013-12-27 10:10:04 -06:00
parent 8971621d26
commit 172a4b9ad0
2 changed files with 2 additions and 2 deletions

View File

@@ -2645,7 +2645,7 @@ class CfgMagazines {
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "FuelPump_DZ";
neednearby[] = {{"fueltank",30}};
neednearby[] = {"fueltank"};
};
};
};

View File

@@ -75,7 +75,7 @@ _needNear = getArray (configFile >> "CfgMagazines" >> _item >> "ItemActions" >>
if(_isNear == 0) then {
_abort = true;
_reason = "fuel tank";
// _distance = 5;
_distance = 30;
};
};
};