Fix silly mistake

Thanks for pointing me towards the issue "arc7r7"
This commit is contained in:
eraser1 2018-05-14 12:42:05 -05:00
parent 26e8cb2cfa
commit a0af505411

View File

@ -50,7 +50,7 @@ for "_attempts" from 1 to MAX_ATTEMPTS do
_pos =
if (DMS_UsePredefinedMissionLocations) then
{
_posInfo = selectRandom DMS_UsePredefinedMissionLocations;
_posInfo = selectRandom DMS_PredefinedMissionLocations;
[_posInfo select 0, random (_posInfo select 1), random 360] call DMS_fnc_SelectOffsetPos
}
else