mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Typo fix
This commit is contained in:
parent
dbdc65de95
commit
10493fb5ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user