Actually, nevermind that last commit

This commit is contained in:
looterz 2016-02-25 09:03:30 -06:00
parent e6314eb114
commit 859a4321c6

View File

@ -41,13 +41,10 @@ if (GVAR(BFT_Enabled) and {(!isNil "ACE_player") and {alive ACE_player}}) then {
GVAR(BFT_markers) pushBack _marker;
} forEach _playersToDrawMarkers;
if (not GVAR(BFG_HideAiGroups)) then
{
_groupsToDrawMarkers = _groupsToDrawMarkers select {
{
!(_x call EFUNC(common,isPlayer));
} count units _x > 0;
};
_groupsToDrawMarkers = _groupsToDrawMarkers select {
{
!(_x call EFUNC(common,isPlayer));
} count units _x > 0;
};
};