mirror of
https://github.com/edubart/otclient.git
synced 2025-12-04 08:56:51 +01: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