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