mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Fixes for last commit
This commit is contained in:
@@ -505,7 +505,7 @@ function getBottomPanel()
|
||||
return gameBottomPanel
|
||||
end
|
||||
|
||||
local function onLeftPanelVisibilityChange(leftPanel, visible)
|
||||
function onLeftPanelVisibilityChange(leftPanel, visible)
|
||||
if not visible then
|
||||
local children = leftPanel:getChildren()
|
||||
for i=1,#children do
|
||||
|
||||
Reference in New Issue
Block a user