Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Apr 5, 2024
1 parent 380681c commit dba06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ lib.callback.register('qbx_medical:server:respawn', function(source)
return true
end)

lib.callback.register('qbx_medical:server:logDeath', function(_, event, message)
lib.callback.register('qbx_medical:server:log', function(_, event, message)
logger.log({source = 'qbx_medical', event = event, message = message})
end)

0 comments on commit dba06c6

Please sign in to comment.