mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 06:16:02 +01:00
fix: version checker
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
NDCore = exports["ND_Core"]:GetCoreObject()
|
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 = {}
|
local jailedPlayers = {}
|
||||||
|
|
||||||
@@ -76,4 +76,4 @@ RegisterNetEvent("ND_Jailing:getJailTime", function()
|
|||||||
if time then
|
if time then
|
||||||
TriggerClientEvent("ND_Jailing:jailPlayer", player, time)
|
TriggerClientEvent("ND_Jailing:jailPlayer", player, time)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user