File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ async_http.dispatch()
4242repeat util.yield()
4343until response
4444if not dev_mode then
45- async_http.init("raw.githubusercontent.com","/Addict0919/Addict-Script/main/AddictScript/AddictScriptVersion.lua ",function(b)
45+ async_http.init("raw.githubusercontent.com","/Addict0919/Addict-Script/main/AddictScript/AddictScriptVersion.LUA ",function(b)
4646 currentVer=tonumber(b)
4747 response=true;
4848 if addict_version~=currentVer then
49- util.toast("New Version found")async_http.init('raw.githubusercontent.com','/Addict0919/Addict-Script/main/AddictScript/Addict.lua ',function(c)
49+ util.toast("New Version found")async_http.init('raw.githubusercontent.com','/Addict0919/Addict-Script/main/AddictScript/Addict.LUA ',function(c)
5050 local d=select(2,load(c))
5151 if d then
5252 util.toast("Update failed to download, please re-download manually via Github or using Addict Discord Server.")
You can’t perform that action at this time.
0 commit comments