mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 23:05:54 +02:00
Implement rule violations, closes #218
This commit is contained in:
5
init.lua
5
init.lua
@@ -47,7 +47,8 @@ g_modules.ensureModuleLoaded("game_interface")
|
||||
-- mods 1000-9999
|
||||
g_modules.autoLoadModules(9999)
|
||||
|
||||
if g_resources.fileExists("/otclientrc") then
|
||||
dofile("/otclientrc")
|
||||
local script = '/' .. g_app.getCompactName() .. 'rc'
|
||||
if g_resources.fileExists(script) then
|
||||
dofile(script)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user