From 6fb2a335b1006e6a72e3e4b5d37c4e405c82e21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Tue, 18 Aug 2020 14:40:58 +0200 Subject: [PATCH] Fix anchorable doc --- Content.Server/GameObjects/Components/AnchorableComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/AnchorableComponent.cs b/Content.Server/GameObjects/Components/AnchorableComponent.cs index 5131dde457..9837ac04cb 100644 --- a/Content.Server/GameObjects/Components/AnchorableComponent.cs +++ b/Content.Server/GameObjects/Components/AnchorableComponent.cs @@ -22,7 +22,6 @@ namespace Content.Server.GameObjects.Components /// /// The user doing the action /// The tool being used, can be null if forcing it - /// The collidable component of the owning entity /// Whether or not to check if the tool is valid /// true if it is valid, false otherwise private async Task Valid(IEntity user, IEntity? utilizing, [MaybeNullWhen(false)] bool force = false)