mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 04:31:09 +00:00
#VARIOUS Small fixes
This commit is contained in:
@@ -945,7 +945,8 @@ do -- SET_BASE
|
||||
function SET_BASE:IsInSet(Object)
|
||||
--self:F3(Object)
|
||||
local outcome = false
|
||||
local name = Object:GetName()
|
||||
if Object == nil then return false end
|
||||
local name = (Object ~= nil and Object.GetName) and Object:GetName() or "none"
|
||||
--self:I("SET_BASE: Objectname = "..name)
|
||||
self:ForEach(
|
||||
function(object)
|
||||
|
||||
Reference in New Issue
Block a user