From e3185fe35f37bcbb49d7793988eefc126d8ecb2a Mon Sep 17 00:00:00 2001 From: delucecc <31872986+delucecc@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:55:50 -0700 Subject: [PATCH] oops --- client/client.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.lua b/client/client.lua index 5662aa8..e0679f6 100644 --- a/client/client.lua +++ b/client/client.lua @@ -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)