mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Fixed broken script
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ ESX.RegisterServerCallback('esx_society:setJob', function(source, cb, identifier
|
||||
|
||||
if xPlayer.job.name ~= job or xPlayer.job.grade_name ~= 'boss' then
|
||||
print(('esx_society: %s attempted to set job!'):format(xPlayer.identifier))
|
||||
break
|
||||
return
|
||||
end
|
||||
|
||||
if xTarget ~= nil then
|
||||
|
||||
Reference in New Issue
Block a user