This commit is contained in:
delucecc 2023-10-29 13:55:50 -07:00
parent 5f6b99e706
commit e3185fe35f

View File

@ -14,7 +14,6 @@ if Config.UseCommand then
RegisterCommand(Config.Command, function()
if PlayerData.job and PlayerData.job.name == Config.PoliceJob or PlayerData.job and PlayerData.job.type == Config.PoliceJobType then
TriggerServerEvent('QBCore:ToggleDuty')
TriggerServerEvent('ngd-policeduty:Server:Log')
end
end)