mirror of
https://github.com/Defent/DMS_Exile.git
synced 2025-07-25 02:50:08 +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:
@ -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]);
|
||||
|
Reference in New Issue
Block a user