Skip to content

Commit

Permalink
Revision 27.08.22C - Integrity Checker URL update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzuerio committed Aug 30, 2022
1 parent f7da6d0 commit 0e8a025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ local function FETCH_CONFLICT_WSID()
print("[PH:X Integrity Check] Checking Addon Conflict Database...")

http.Fetch(
"https://raw.githubusercontent.com/Wolvin-NET/prophuntx/blob/master/AddonsConflicts.json",
"https://raw.githubusercontent.com/Wolvin-NET/prophuntx/master/AddonsConflicts.json",
function(body,len,_,code)
if tonumber(code) < 400 and (body ~= "" and tonumber(len) > 0) then
print( "[PH:X Integrity Check] Retreiving Database Info and Saving to Local Cache." )
Expand Down

0 comments on commit 0e8a025

Please sign in to comment.