Small bug fixes, new lua functions and few new customized features

This commit is contained in:
OTCv8
2020-03-25 06:56:49 +01:00
parent b471981601
commit 1df9b82846
9 changed files with 11 additions and 2 deletions

View File

@@ -483,6 +483,10 @@ function removeTab(tab)
g_game.closeNpcChannel()
end
if getCurrentTab() == tab then
consoleTabBar:selectTab(defaultTab)
end
consoleTabBar:removeTab(tab)
end