mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Whoops
I was using "DMS_MarkerText_ShowAICount" instead of "DMS_MarkerText_ShowAICount_Static" in "fn_AddMissionToMonitor_Static.sqf"
This commit is contained in:
parent
1c425a1059
commit
bf1ed941fb
@ -192,7 +192,7 @@ try
|
||||
DMS_StaticMission_Arr pushBack _arr;
|
||||
_added = true;
|
||||
|
||||
if (DMS_MarkerText_ShowAICount) then
|
||||
if (DMS_MarkerText_ShowAICount_Static) then
|
||||
{
|
||||
_markerDot = _markers select 0;
|
||||
_markerDot setMarkerText (format ["%1 (%2 %3 remaining)",markerText _markerDot,count (_units call DMS_fnc_GetAllUnits),DMS_MarkerText_AIName]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user