fixed for logistics

This commit is contained in:
2025-05-29 18:26:48 +02:00
parent 38dd650bf1
commit a9627dfe9b
3 changed files with 8 additions and 31 deletions
@@ -128,7 +128,7 @@ function BuildableMission:MarkMissionAreaToGroup(groupID)
Spearhead.DcsUtil.RemoveMark(self._markIDsPerGroup[groupID])
end
local text = "[" .. self.code .. "] " .. self.name
local text = "[" .. self.code .. "] " .. self.name .. " | " .. self._crateType
local location = { x= self.location.x, y=land.getHeight(self.location), z=self.location.y }
local markID = Spearhead.DcsUtil.AddMarkToGroup(groupID, text, location)