Skip to content

Commit 7c87b73

Browse files
authored
Add files via upload
1 parent 4d3ac37 commit 7c87b73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AddictScript/Addict.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ async_http.dispatch()
4242
repeat util.yield()
4343
until response
4444
if 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.")

0 commit comments

Comments
 (0)