Skip to content

Commit

Permalink
feat: add success print when running convertjobs
Browse files Browse the repository at this point in the history
* feat: add success print when running convertjobs

* single quotes
  • Loading branch information
Manason authored Mar 11, 2024
1 parent c90c5d5 commit 958e249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/storage/players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ RegisterCommand('convertjobs', function(source)
if not success then lib.print.error(err) end
end

lib.print.info('Converted jobs and gangs successfully')
TriggerEvent('qbx_core:server:jobsconverted')
end, true)

Expand Down

0 comments on commit 958e249

Please sign in to comment.