Skip to content

Commit

Permalink
fix: making berkie happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Feb 12, 2024
1 parent 49b4bd5 commit ae84ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/dead.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ local function logDeath(victim, attacker, weapon)
local weaponLabel = WEAPONS[weapon].label or 'Unknown'
local weaponName = WEAPONS[weapon].name or 'Unknown'
local message = Lang:t('logs.death_log_message', { killername = killerName, playername = playerName, weaponlabel = weaponLabel, weaponname = weaponName })
lib.callback('qbx_medical:server:logDeath', false, false, message)
lib.callback.await('qbx_medical:server:logDeath', false, message)
end

---when player is killed by another player, set last stand mode, or if already in last stand mode, set player to dead mode.
Expand Down

0 comments on commit ae84ba7

Please sign in to comment.