Skip to content

Commit

Permalink
Fix starting conditions of the support monitor PFH to handle mission …
Browse files Browse the repository at this point in the history
…starts

(cherry picked from commit 03a3e50)
  • Loading branch information
Killswitch00 authored and ViperMaul committed Jun 5, 2015
1 parent c953d2c commit 0df8565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xeh/supportMonitor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ _fnc = {
};
};

[_fnc, 3, [(count vehicles), (count allUnits), vehicles, allUnits]] call cba_fnc_addPerFrameHandler;
[_fnc, 3, [0, 0, [], []]] call CBA_fnc_addPerFrameHandler;

0 comments on commit 0df8565

Please sign in to comment.