diff --git a/Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs b/Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs index 85f81ec427..ee5dee19b7 100644 --- a/Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs +++ b/Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs @@ -54,7 +54,7 @@ namespace Content.Server.GameObjects.EntitySystems public interface IToolAct { /// - /// Called when using a wrench on an entity + /// Called when using a tool on an entity /// bool ToolAct(ToolActEventArgs eventArgs) => false; }