Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
tweak(server.version): resource link
Browse files Browse the repository at this point in the history
  • Loading branch information
SUP2Ak authored Nov 28, 2023
1 parent 9259e14 commit eba2c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <const> = "^3Veuillez mettre à jour la ressource %s\n^3votre version : ^1%s ^7->^3 nouvelle version : ^2%s\n^3liens : ^4%s"
local link <const> = "https://github.com/SUP2Ak/sublime_administration/tree/fellow-template-legacy"
local link <const> = "https://github.com/SUBLiME-Association/sublime_administration-fivem-esxLegacy"

PerformHttpRequest(HTTPrequest, function(code, res, headers)
if code == 200 then
Expand All @@ -20,4 +20,4 @@ CreateThread(function()
end
end, 'GET')

end)
end)

0 comments on commit eba2c22

Please sign in to comment.