Skip to content

Commit

Permalink
fix #578
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Jul 28, 2023
1 parent 0e53348 commit 5bf46f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-- updater
Services = {
--updater = "http://localhost/api/updater.php",
-- updater = "http://localhost/api/updater.php",
}

g_app.setName("OTClient - Redemption");
Expand Down Expand Up @@ -73,13 +73,13 @@ local function loadModules()
end
end

loadModules()

-- uncomment the line below so that modules are reloaded when modified. (Note: Use only mod dev)
-- g_modules.enableAutoReload()

-- run updater, must use data.zip
if g_app.hasUpdater() then
g_modules.ensureModuleLoaded("updater")
return Updater.init(loadModules)
end

loadModules()

-- uncomment the line below so that modules are reloaded when modified. (Note: Use only mod dev)
-- g_modules.enableAutoReload()

0 comments on commit 5bf46f3

Please sign in to comment.