Skip to content

Commit

Permalink
Merge pull request #131 from mbiddle/main
Browse files Browse the repository at this point in the history
Add missing space to promotion success notification
  • Loading branch information
GhzGarage authored Nov 25, 2024
2 parents 461ba39 + 2a4220b commit 206ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sv_boss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RegisterNetEvent('qb-bossmenu:server:GradeUpdate', function(data)
Employee.Functions.Save()

if Employee.PlayerData.source then -- Player is online
TriggerClientEvent('QBCore:Notify', Employee.PlayerData.source, 'You have been promoted to' .. data.gradename .. '.', 'success')
TriggerClientEvent('QBCore:Notify', Employee.PlayerData.source, 'You have been promoted to ' .. data.gradename .. '.', 'success')
end
else
TriggerClientEvent('QBCore:Notify', src, 'Promotion grade does not exist.', 'error')
Expand Down

0 comments on commit 206ab8e

Please sign in to comment.