This commit is contained in:
IT07 2016-05-07 16:11:06 +02:00
parent dbdc65de95
commit 10493fb5ea

View File

@ -27,7 +27,7 @@ if (VEMFrAttackCount < ([[_missionName],["maxAttacks"]] call VEMFr_fnc_getSettin
{ {
_flags pushBack _x; _flags pushBack _x;
}; };
} forEach _flagObjs; } forEach _flagsObjs;
}; };
} forEach allPlayers; } forEach allPlayers;
if (count _flags > 0) then if (count _flags > 0) then