mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
-add tibia chat commands like #w, #y and private command.
-fixed redundant onEnter/onReturn on chat panel
This commit is contained in:
@@ -58,7 +58,7 @@ end
|
||||
|
||||
function UITabBar:getTab(text)
|
||||
for k,tab in pairs(self.tabs) do
|
||||
if tab:getText() == text then
|
||||
if tab:getText():lower() == text:lower() then
|
||||
return tab
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user