From fbe4895bf898360421049a1ee96a9e5da621e257 Mon Sep 17 00:00:00 2001 From: RockySouthpaw <55056068+RockySouthpaw@users.noreply.github.com> Date: Tue, 18 May 2021 01:07:03 -0400 Subject: [PATCH] Fix: Update path --- server/sv_utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sv_utils.lua b/server/sv_utils.lua index 1d0e725..cb0e9e8 100644 --- a/server/sv_utils.lua +++ b/server/sv_utils.lua @@ -63,5 +63,5 @@ CreateThread(function() end end - PerformHttpRequest("https://raw.githubusercontent.com"..updatePath.."/dev/version", checkVersion, "GET") -end) \ No newline at end of file + PerformHttpRequest("https://raw.githubusercontent.com"..updatePath.."/main/version", checkVersion, "GET") +end)