mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
added end of line in all files
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -32,4 +32,4 @@ class CfgVehicles {
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "dialog.hpp"
|
||||
#include "dialog.hpp"
|
||||
|
||||
@@ -71,4 +71,4 @@ class armatak_udp_socket_start_dialog {
|
||||
h = "0.055 * safezoneH";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* [player] call armatak_client_fnc_convertClientLocation;
|
||||
*
|
||||
* Public: Yes
|
||||
*/
|
||||
*/
|
||||
|
||||
params["_latitude", "_longitude", "_altitude"];
|
||||
|
||||
@@ -82,4 +82,4 @@ switch (toLower worldName) do {
|
||||
};
|
||||
};
|
||||
|
||||
_realLocation
|
||||
_realLocation
|
||||
|
||||
@@ -26,4 +26,4 @@ private _speed = speed _unit / 3.6;
|
||||
|
||||
_payload = [_uuid, _pos select 0, _pos select 1, _pos select 2, _callsign, _bearing, _speed, _callsign];
|
||||
|
||||
_payload
|
||||
_payload
|
||||
|
||||
@@ -28,4 +28,4 @@ player setVariable [QGVAR(eudConnected), true];
|
||||
}, 0.5, []] call CBA_fnc_addPerFrameHandler;
|
||||
|
||||
deleteVehicle _logic;
|
||||
closeDialog 1;
|
||||
closeDialog 1;
|
||||
|
||||
Reference in New Issue
Block a user