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

@@ -41,7 +41,7 @@ function drawText3D(coords, text)
end
function hasAccess()
local job = NDCore.functions:getSelectedCharacter().job
local job = NDCore.Functions.GetSelectedCharacter().job
for _, department in pairs(config.accessDepartments) do
if department == job then
return true