mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Use new coding style in game modules
Lots of refactoring and changes Remove docs folder
This commit is contained in:
@@ -137,7 +137,7 @@ function Options.setOption(key, value)
|
||||
g_sounds.enableMusic(value)
|
||||
elseif key == 'showLeftPanel' then
|
||||
addEvent(function()
|
||||
GameInterface.getLeftPanel():setOn(value)
|
||||
modules.game_interface.getLeftPanel():setOn(value)
|
||||
end)
|
||||
elseif key == 'backgroundFrameRate' then
|
||||
local text = value
|
||||
|
Reference in New Issue
Block a user