mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: jonpas <jonpas33@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ PREP_RECOMPILE_START;
|
||||
#include "XEH_PREP.hpp"
|
||||
PREP_RECOMPILE_END;
|
||||
|
||||
#include "initSettings.sqf"
|
||||
#include "initSettings.inc.sqf"
|
||||
|
||||
// Arsenal events
|
||||
[QGVAR(statsToggle), {
|
||||
|
@ -82,7 +82,7 @@ cba_diagnostic_projectileMaxLines = 10;
|
||||
_x hideObject false;
|
||||
} forEach allMissionObjects "";
|
||||
|
||||
private _unit = objNull,
|
||||
private _unit = objNull;
|
||||
|
||||
// Update VR unit gear
|
||||
{
|
||||
|
Reference in New Issue
Block a user