mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:13:29 +00:00
added end of line in all files
This commit is contained in:
@@ -8,4 +8,4 @@ class Extended_PreInit_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -87,4 +87,4 @@ class CfgVehicles {
|
||||
function = QFUNC(routerEntityAdd);
|
||||
icon = "\a3\Modules_F_Curator\Data\iconRadio_ca.paa";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
|
||||
#include "XEH_PREP.hpp"
|
||||
PREP_RECOMPILE_END;
|
||||
|
||||
ADDON = true;
|
||||
ADDON = true;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
#include "XEH_PREP.hpp"
|
||||
#include "XEH_PREP.hpp"
|
||||
|
||||
@@ -22,4 +22,4 @@ class CfgPatches {
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "dialog.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
|
||||
@@ -139,4 +139,4 @@ class armatak_zeus_custom_marker_dialog {
|
||||
h = "0.055 * safezoneH";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -54,4 +54,4 @@ if (isServer) exitWith {
|
||||
}, 2, []] call CBA_fnc_addPerFrameHandler;
|
||||
};
|
||||
|
||||
true;
|
||||
true;
|
||||
|
||||
@@ -57,4 +57,4 @@ GVAR(syncedUnits) = missionNamespace getVariable "armatak_marked_units";
|
||||
} forEach GVAR(syncedUnits);
|
||||
}, 2, []] call CBA_fnc_addPerFrameHandler;
|
||||
deleteVehicle _logic;
|
||||
closeDialog 1;
|
||||
closeDialog 1;
|
||||
|
||||
@@ -41,4 +41,4 @@ switch (false) do {
|
||||
|
||||
deleteVehicle _logic;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,4 +39,4 @@ switch (false) do {
|
||||
|
||||
deleteVehicle _logic;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user