Skip to content

Commit

Permalink
Merge pull request #267 from CBATeam/fixsimplefiredxeh
Browse files Browse the repository at this point in the history
fix simple fired xeh, fix #266
  • Loading branch information
Killswitch00 committed Feb 20, 2016
2 parents c478cf2 + 5a05612 commit d843049
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 d843049

Please sign in to comment.