Warehosue v0.3.3

This commit is contained in:
funkyfranky
2018-09-02 23:49:02 +02:00
parent 08cdb8b080
commit c9e44dd865
5 changed files with 239 additions and 128 deletions

View File

@@ -636,7 +636,7 @@ function SET_BASE:Flush( MasterObject )
for ObjectName, Object in pairs( self.Set ) do
ObjectNames = ObjectNames .. ObjectName .. ", "
end
self:I( { MasterObject = MasterObject and MasterObject:GetClassNameAndID(), "Objects in Set:", ObjectNames } )
self:T( { MasterObject = MasterObject and MasterObject:GetClassNameAndID(), "Objects in Set:", ObjectNames } )
return ObjectNames
end