#PLAYERRECCE

* Minor enhancements
This commit is contained in:
Applevangelist
2022-10-09 12:51:53 +02:00
parent ff194b4425
commit c0845443d0
2 changed files with 73 additions and 26 deletions

View File

@@ -276,7 +276,9 @@ do -- SET_BASE
-- @param Core.Set#SET_BASE SetToAdd Set to add.
-- @return #SET_BASE self
function SET_BASE:AddSet(SetToAdd)
if not SetToAdd then return self end
for _,ObjectB in pairs(SetToAdd.Set) do
self:AddObject(ObjectB)
end