diff --git a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs index 5a8745f5ab..a5131361a7 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs @@ -15,7 +15,7 @@ namespace Content.Server.Chemistry.EntitySystems { base.OnReaction(solution, reaction, randomReagent, Owner, unitReactions); - var coordinates = EntityManager.GetComponent(Owner); + var coordinates = EntityManager.GetComponent(Owner).Coordinates; _logSystem.Add(LogType.ChemicalReaction, reaction.Impact, $"Chemical reaction {reaction.ID} occurred with strength {unitReactions:strength} on entity {Owner} at {coordinates}");