mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Keep g_settings as a 'static' variable rather than a direct object.
This commit is contained in:
@@ -71,6 +71,3 @@ function Config:getColor(key, default)
|
||||
return tocolor(self:get(key, default))
|
||||
end
|
||||
|
||||
function Config:getColor(key, default)
|
||||
return tocolor(self:get(key, default))
|
||||
end
|
||||
|
Reference in New Issue
Block a user