Added missing semicolon

This commit is contained in:
Michael Braun 2015-08-24 17:28:08 +02:00
parent 7217d5ec10
commit ee2cc22801

View File

@ -22,7 +22,7 @@ params ["", "_pfhId"];
if (!visibleMap) then {
call FUNC(endTransmit);
}
};
if (!GVAR(EnableTransmit) || !visibleMap) exitWith {
[_pfhId] call CBA_fnc_removePerFrameHandler;