mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Support for protocol 7.7/7.72 / Tiny fix
This commit is contained in:
@@ -14,7 +14,7 @@ function reloadScripts()
|
||||
g_textures.clearCache()
|
||||
g_modules.reloadModules()
|
||||
|
||||
local script = '/' .. g_app.getCompactName() .. 'rc'
|
||||
local script = '/' .. g_app.getCompactName() .. 'rc.lua'
|
||||
if g_resources.fileExists(script) then
|
||||
dofile(script)
|
||||
end
|
||||
|
Reference in New Issue
Block a user