Add logging when non safe position found for a mission.
This commit is contained in:
parent
0e4198f05b
commit
7afa108cba
@ -107,6 +107,7 @@ if !(_defaultMissionLocations isEqualTo []) then
|
||||
|
||||
if (_coords isEqualTo []) exitWith
|
||||
{
|
||||
[format["No Safe Mission Spawn Position Found to spawn Mission %1",_markerMissionName],'warning'] call blck_fnc_log;
|
||||
false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user