Merge pull request #6 from RomainLanz/patch-1

fix(notification):parameter should be a string
This commit is contained in:
Jérémie N'gadi
2017-09-05 10:24:14 +02:00
committed by GitHub
+2 -2
View File
@@ -344,7 +344,7 @@ function OpenPromoteMenu(society, employee)
ESX.TriggerServerCallback('esx_society:setJob', function()
OpenEmployeeList(society)
end, employee.identifier, society, data.current.value, promote)
end, employee.identifier, society, data.current.value, 'promote')
end,
function(data, menu)
@@ -460,4 +460,4 @@ end)
AddEventHandler('esx_society:openBossMenu', function(society, close, options)
OpenBossMenu(society, close, options)
end)
end)