Skip to content

Commit

Permalink
Update character.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Dec 9, 2023
1 parent e6b54a5 commit d3b44dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lib.callback.register('qbx_core:server:loadCharacter', function(source, citizenI

SetPlayerRoutingBucket(source, 0)
logger.log({
source = GetInvokingResource(),
source = 'qbx_core',
webhook = config.logging.webhook['joinleave'],
event = 'Loaded',
color = 'green',
Expand Down

0 comments on commit d3b44dd

Please sign in to comment.