-add tibia chat commands like #w, #y and private command.

-fixed redundant onEnter/onReturn on chat panel
This commit is contained in:
AndreFaramir
2012-02-03 07:59:04 -02:00
parent 882b7ec026
commit 1615bf7a36
4 changed files with 82 additions and 20 deletions

View File

@@ -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