diff --git a/ND_Jailing/source/server.lua b/ND_Jailing/source/server.lua index 31ee6c5..1948e89 100644 --- a/ND_Jailing/source/server.lua +++ b/ND_Jailing/source/server.lua @@ -1,5 +1,5 @@ NDCore = exports["ND_Core"]:GetCoreObject() -NDCore.Functions.VersionChecker("ND_Jailing", GetCurrentResourceName(), "https://github.com/Andyyy7666/ND_Framework", "https://raw.githubusercontent.com/Andyyy7666/ND_Framework/main/ND_Jailing/fxmanifest.lua") +NDCore.Functions.VersionChecker("ND_Jailing", GetCurrentResourceName(), "https://github.com/ND-Framework/ND_Framework", "https://raw.githubusercontent.com/ND-Framework/ND_Framework/main/ND_Jailing/fxmanifest.lua") local jailedPlayers = {} @@ -76,4 +76,4 @@ RegisterNetEvent("ND_Jailing:getJailTime", function() if time then TriggerClientEvent("ND_Jailing:jailPlayer", player, time) end -end) \ No newline at end of file +end)