fix(notification):parameter should be a string

This commit is contained in:
Romain Lanz
2017-09-04 10:25:51 +02:00
committed by GitHub
parent 8ce41bf33a
commit c8e4d47bf2
+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)