mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02: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