REFACTORRRRRR

fuck you
This commit is contained in:
Niko
2022-07-16 00:12:02 -04:00
parent 68721a4633
commit 44b21a1398
19 changed files with 136 additions and 143 deletions

View File

@@ -26,7 +26,7 @@ end
-- check if the players department can receive shot spotter alerts.
function isCop()
local job = NDCore.functions:getSelectedCharacter().job
local job = NDCore.Functions.GetSelectedCharacter().job
for _, department in pairs(config.receiveAlerts) do
if department == job then
return true