mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-16 15:43:20 +03:00
typos
This commit is contained in:
@@ -40,7 +40,6 @@ if (count _targetMen == 0) then {
|
|||||||
_targetDis set [count _targetDis,_dis];
|
_targetDis set [count _targetDis,_dis];
|
||||||
} else {
|
} else {
|
||||||
if (_x isKindOf "Generator_DZ") then {
|
if (_x isKindOf "Generator_DZ") then {
|
||||||
// check if Generator_DZ is running within 30 meters
|
|
||||||
if (alive _x and (_x getVariable ["GeneratorRunning", false])) then {
|
if (alive _x and (_x getVariable ["GeneratorRunning", false])) then {
|
||||||
_targetMen set [count _targetMen,_x];
|
_targetMen set [count _targetMen,_x];
|
||||||
_targetDis set [count _targetDis,_dis];
|
_targetDis set [count _targetDis,_dis];
|
||||||
|
|||||||
Reference in New Issue
Block a user