mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
fix(notification):parameter should be a string
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user