mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fix silly mistake
Thanks for pointing me towards the issue "arc7r7"
This commit is contained in:
parent
26e8cb2cfa
commit
a0af505411
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user