Support for protocol 7.7/7.72 / Tiny fix

This commit is contained in:
Sam
2013-12-26 21:31:55 +01:00
parent 91c182d93d
commit da959aca28
6 changed files with 24 additions and 16 deletions

View File

@@ -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