mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fix #194
This commit is contained in:
@@ -640,7 +640,7 @@ function getBottomPanel()
|
||||
end
|
||||
|
||||
function onLeftPanelVisibilityChange(leftPanel, visible)
|
||||
if not visible then
|
||||
if not visible and g_game.isOnline() then
|
||||
local children = leftPanel:getChildren()
|
||||
for i=1,#children do
|
||||
children[i]:setParent(gameRightPanel)
|
||||
|
Reference in New Issue
Block a user