mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
bugfix
This commit is contained in:
@@ -1908,11 +1908,12 @@ function PLAYERTASKCONTROLLER:_AddTask(Target)
|
||||
targetobject:ForEachGroup(
|
||||
function (group)
|
||||
local attribute = group:GetAttribute()
|
||||
if self:_IsAttributeSead(attribute) then
|
||||
type = AUFTRAG.Type.SEAD
|
||||
--ttstype = "suppress air defense"
|
||||
ttstype = self.gettext:GetEntry("SEADTTS",self.locale)
|
||||
end
|
||||
if self:_IsAttributeSead(attribute) then
|
||||
type = AUFTRAG.Type.SEAD
|
||||
--ttstype = "suppress air defense"
|
||||
ttstype = self.gettext:GetEntry("SEADTTS",self.locale)
|
||||
end
|
||||
end
|
||||
)
|
||||
elseif targetobject:IsInstanceOf("SET_UNIT") then
|
||||
self:T("SEAD Check SET_UNIT")
|
||||
|
||||
Reference in New Issue
Block a user