Skip to content

Commit

Permalink
Update events.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Dec 9, 2023
1 parent 3e6a0a7 commit d752641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AddEventHandler('playerDropped', function(reason)
GlobalState.PlayerCount -= 1
local player = QBX.Players[src]
logger.log({
source = GetInvokingResource(),
source = 'qbx_core',
webhook = loggingConfig.webhook['joinleave'],
event = 'Dropped',
color = 'red',
Expand Down

0 comments on commit d752641

Please sign in to comment.