diff --git a/ND_Core/source/server/commands.lua b/ND_Core/source/server/commands.lua index afd5a68..10d1e64 100644 --- a/ND_Core/source/server/commands.lua +++ b/ND_Core/source/server/commands.lua @@ -61,6 +61,7 @@ if config.enablePriorityCooldown then if string.find(priority, "Active") then if string.find(priority, GetPlayerName(source)) then priority = string.gsub(priority, ", " .. GetPlayerName(source), "") + priority = string.gsub(priority, GetPlayerName(source), "") TriggerClientEvent("returnPriority", -1, priority) end end