Skip to content

Commit

Permalink
[sys_orbatcreator] Fix issue where export of insignia customization c…
Browse files Browse the repository at this point in the history
…orrupted init script.
  • Loading branch information
tupolov authored and DarrellJMartin committed Nov 7, 2017
1 parent 319f81a commit 3661373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sys_orbatcreator/fnc_orbatCreator.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6519,7 +6519,7 @@ switch(_operation) do {
// insignia can only be added via SQF

if (_identityInsignia != "") then {
_initEventHandler = _initEventHandler + (format ["[_this,'%1'] call BIS_fnc_setUnitInsignia;};", _identityInsignia]);
_initEventHandler = _initEventHandler + (format ["[_this,'%1'] call BIS_fnc_setUnitInsignia;", _identityInsignia]);
};

_initEventHandler = _initEventHandler + format ["_this setunitloadout %1;", _loadoutString];
Expand Down

0 comments on commit 3661373

Please sign in to comment.