diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs index 0d7e7a76fd..ebe85c615d 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs @@ -356,7 +356,7 @@ namespace Content.Server.Explosion.EntitySystems else { _logSystem.Add(LogType.Explosion, LogImpact.High, - $"{entity.Value} caused {entity.Value} to explode at {text}"); + $"{user.Value} caused {entity.Value} to explode at {text}"); } var maxRange = MathHelper.Max(devastationRange, heavyImpactRange, lightImpactRange, 0);