Add more pretty strings to logs (#5768)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Content.Server.Damage.Systems
|
||||
if (dmg == null)
|
||||
return;
|
||||
|
||||
_logSystem.Add(LogType.Landed, $"{component.Owner} received {dmg.Total} damage from landing");
|
||||
_logSystem.Add(LogType.Landed, $"{ToPrettyString(component.Owner):entity} received {dmg.Total:damage} damage from landing");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user