Fix anchorable doc

This commit is contained in:
Víctor Aguilera Puerto
2020-08-18 14:40:58 +02:00
parent d9ae942759
commit 6fb2a335b1

View File

@@ -22,7 +22,6 @@ namespace Content.Server.GameObjects.Components
/// </summary> /// </summary>
/// <param name="user">The user doing the action</param> /// <param name="user">The user doing the action</param>
/// <param name="utilizing">The tool being used, can be null if forcing it</param> /// <param name="utilizing">The tool being used, can be null if forcing it</param>
/// <param name="collidable">The collidable component of the owning entity</param>
/// <param name="force">Whether or not to check if the tool is valid</param> /// <param name="force">Whether or not to check if the tool is valid</param>
/// <returns>true if it is valid, false otherwise</returns> /// <returns>true if it is valid, false otherwise</returns>
private async Task<bool> Valid(IEntity user, IEntity? utilizing, [MaybeNullWhen(false)] bool force = false) private async Task<bool> Valid(IEntity user, IEntity? utilizing, [MaybeNullWhen(false)] bool force = false)