Skip to content

Commit

Permalink
Fix: Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
RockySouthpaw authored May 18, 2021
1 parent ace9e3e commit fbe4895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/sv_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ CreateThread(function()
end
end

PerformHttpRequest("https://raw.githubusercontent.com"..updatePath.."/dev/version", checkVersion, "GET")
end)
PerformHttpRequest("https://raw.githubusercontent.com"..updatePath.."/main/version", checkVersion, "GET")
end)

0 comments on commit fbe4895

Please sign in to comment.