mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fixed the issue in designate.
This commit is contained in:
parent
93f03a1e8b
commit
f35d78c11c
@ -1797,7 +1797,7 @@ do -- SET_UNIT
|
||||
self:E( { ThreatLevel = ThreatLevel } )
|
||||
local ThreatLevelItem = ThreatLevelSet[ThreatLevel]
|
||||
if ThreatLevelItem then
|
||||
self:ForEach( IteratorFunction, arg, ThreatLevelItem:GetSet() )
|
||||
self:ForEach( IteratorFunction, arg, ThreatLevelItem.Set )
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user