mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Pt translations, small fix in console tabbar
This commit is contained in:
@@ -301,7 +301,7 @@ end
|
||||
|
||||
function removeTab(tab)
|
||||
if type(tab) == 'string' then
|
||||
tab = consoleTabBar:getTab(name)
|
||||
tab = consoleTabBar:getTab(tab)
|
||||
end
|
||||
|
||||
if tab == defaultTab or tab == serverTab then return end
|
||||
|
Reference in New Issue
Block a user