mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Small fix
This commit is contained in:
parent
f78354eedb
commit
c6051f30d0
@ -614,8 +614,8 @@ do -- COORDINATE
|
||||
|
||||
local set=SET_STATIC:New()
|
||||
|
||||
for _,unit in pairs(statics) do
|
||||
set:AddUnit(unit)
|
||||
for _,stat in pairs(statics) do
|
||||
set:AddStatic(STATIC:Find(stat))
|
||||
end
|
||||
|
||||
return set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user