mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing semicolon
This commit is contained in:
parent
7217d5ec10
commit
ee2cc22801
@ -22,7 +22,7 @@ params ["", "_pfhId"];
|
||||
|
||||
if (!visibleMap) then {
|
||||
call FUNC(endTransmit);
|
||||
}
|
||||
};
|
||||
|
||||
if (!GVAR(EnableTransmit) || !visibleMap) exitWith {
|
||||
[_pfhId] call CBA_fnc_removePerFrameHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user