From eba2c22d72a1f579511ff138b04e6776912efc0a Mon Sep 17 00:00:00 2001 From: SUP2Ak <31973315+SUP2Ak@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:11:30 +0100 Subject: [PATCH] tweak(server.version): resource link --- server/version.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/version.lua b/server/version.lua index 03a4b85..ae1c938 100644 --- a/server/version.lua +++ b/server/version.lua @@ -6,7 +6,7 @@ CreateThread(function() if file then _v = json.decode(file) else return print("[^1ERROR^0] Impossible de vérifier la version car le fichier n'existe pas!") end local message = "^3Veuillez mettre à jour la ressource %s\n^3votre version : ^1%s ^7->^3 nouvelle version : ^2%s\n^3liens : ^4%s" - local link = "https://github.com/SUP2Ak/sublime_administration/tree/fellow-template-legacy" + local link = "https://github.com/SUBLiME-Association/sublime_administration-fivem-esxLegacy" PerformHttpRequest(HTTPrequest, function(code, res, headers) if code == 200 then @@ -20,4 +20,4 @@ CreateThread(function() end end, 'GET') -end) \ No newline at end of file +end)