mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Improve tabs move in console chat, looks nice now
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user