fix: fixed target in nullified log message

This commit is contained in:
TotallyNot 2025-11-05 19:45:44 +01:00
parent 67131c7985
commit e7bad12bef
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15

View file

@ -638,7 +638,7 @@ fn use_damaging_weapon(
{ {
log!(shared.logger, "nullified", { log!(shared.logger, "nullified", {
actor: player, actor: player,
recipient: player, recipient: target,
weapon: weapon, weapon: weapon,
rounds, rounds,
kind, kind,