mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix undefined vars in unload_act.sqf
This commit is contained in:
@@ -7,6 +7,8 @@ _args = _this select 3;
|
|||||||
_name = _args select 0;
|
_name = _args select 0;
|
||||||
_vcl = _args select 1;
|
_vcl = _args select 1;
|
||||||
_crewVcl = crew _vcl;
|
_crewVcl = crew _vcl;
|
||||||
|
LHA_Deck = [];
|
||||||
|
LHA_height = 0;
|
||||||
|
|
||||||
//_name removeAction NORRN_pullOutAction; // NORRN_pullOutAction is defined anywhere
|
//_name removeAction NORRN_pullOutAction; // NORRN_pullOutAction is defined anywhere
|
||||||
|
|
||||||
@@ -34,4 +36,4 @@ for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do
|
|||||||
uiSleep 0.1;
|
uiSleep 0.1;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (true) exitWith {};
|
if (true) exitWith {};
|
||||||
|
|||||||
Reference in New Issue
Block a user