mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
incorrect format KISS
This commit is contained in:
@@ -2645,7 +2645,7 @@ class CfgMagazines {
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "FuelPump_DZ";
|
||||
neednearby[] = {{"fueltank",30}};
|
||||
neednearby[] = {"fueltank"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -75,7 +75,7 @@ _needNear = getArray (configFile >> "CfgMagazines" >> _item >> "ItemActions" >>
|
||||
if(_isNear == 0) then {
|
||||
_abort = true;
|
||||
_reason = "fuel tank";
|
||||
// _distance = 5;
|
||||
_distance = 30;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user