diff --git a/client/main.lua b/client/main.lua index e45ab7d0..d74b79b2 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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) \ No newline at end of file +end)