Bot file name update, saving height for containers

This commit is contained in:
OTCv8
2020-11-20 14:15:44 +01:00
parent 407553647d
commit 8fa45f387d
3 changed files with 3 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ function UIMiniWindow:setup()
self.miniLoaded = true
if self.save then
if oldParent and oldParent:getClassName() == 'UIMiniWindowContainer' and not self.containerWindow then
if oldParent and oldParent:getClassName() == 'UIMiniWindowContainer' then
addEvent(function() oldParent:order() end)
end
if newParent and newParent:getClassName() == 'UIMiniWindowContainer' and newParent ~= oldParent then