mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
move to top OCD 💯
This commit is contained in:
parent
fb7d733c41
commit
c2a09465a9
@ -3,6 +3,7 @@ waitUntil {!(isNull (findDisplay 46))};
|
|||||||
|
|
||||||
// setup display EH's
|
// setup display EH's
|
||||||
if (isNil "EPOCH_display_setup_complete") then {
|
if (isNil "EPOCH_display_setup_complete") then {
|
||||||
|
EPOCH_display_setup_complete = true;
|
||||||
{
|
{
|
||||||
(findDisplay 46) displayAddEventHandler [_x,(["CfgEpochClient", _x, ""] call EPOCH_fnc_returnConfigEntryV2)];
|
(findDisplay 46) displayAddEventHandler [_x,(["CfgEpochClient", _x, ""] call EPOCH_fnc_returnConfigEntryV2)];
|
||||||
} forEach (["CfgEpochClient", "displayAddEventHandler", []] call EPOCH_fnc_returnConfigEntryV2);
|
} forEach (["CfgEpochClient", "displayAddEventHandler", []] call EPOCH_fnc_returnConfigEntryV2);
|
||||||
@ -10,7 +11,6 @@ if (isNil "EPOCH_display_setup_complete") then {
|
|||||||
player switchMove "";
|
player switchMove "";
|
||||||
// setup Epoch Hud
|
// setup Epoch Hud
|
||||||
call epoch_dynamicHUD_start;
|
call epoch_dynamicHUD_start;
|
||||||
EPOCH_display_setup_complete = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
_prevEquippedItem = [];
|
_prevEquippedItem = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user