Skip to content

Commit

Permalink
fix simple fired xeh, fix #266
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Feb 20, 2016
1 parent c478cf2 commit 5a05612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xeh/fnc_compileEventHandlers.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private _resultNames = [];
} else {
// global events
if (isText _x) then {
_eventFunc = getText _x + ";";
_eventFunc = _eventFunc + getText _x + ";";
};
};

Expand Down

0 comments on commit 5a05612

Please sign in to comment.