mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
One more small fix
This commit is contained in:
2
init.lua
2
init.lua
@@ -10,7 +10,7 @@ g_logger.info(g_app.getName() .. ' ' .. g_app.getVersion() .. ' rev ' .. g_app.g
|
||||
|
||||
-- add data directory to the search path
|
||||
if not g_resources.addSearchPath(g_resources.getWorkDir() .. "data", true) then
|
||||
g_logger.fatal("Unable to add data directory to the search path.")
|
||||
g_logger.fatal("Unable to add data directory to the search path.")
|
||||
end
|
||||
|
||||
-- add modules directory to the search path
|
||||
|
Reference in New Issue
Block a user