Improve tabs move in console chat, looks nice now

This commit is contained in:
Eduardo Bart
2013-01-16 15:41:12 -02:00
parent 2e75380218
commit a80e758e32
7 changed files with 45 additions and 34 deletions

View File

@@ -238,6 +238,8 @@ function toboolean(v)
if v == 1 then
return true
end
elseif type(v) == 'boolean' then
return v
end
return false
end