diff --git a/Moose Development/Moose/Core/Set.lua b/Moose Development/Moose/Core/Set.lua index ea5e9f04c..e834da16c 100644 --- a/Moose Development/Moose/Core/Set.lua +++ b/Moose Development/Moose/Core/Set.lua @@ -317,7 +317,7 @@ do -- SET_BASE for _, Object in pairs( union.Set ) do if self:IsIncludeObject( Object ) and SetB:IsIncludeObject( Object ) then - intersection:AddObject( intersection ) + intersection:AddObject( Object ) end end