More manual fixes.

This commit is contained in:
Vera Aguilera Puerto
2021-12-03 17:35:20 +01:00
parent 54ab29502a
commit f5b8bb3731
7 changed files with 8 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ namespace Content.Client.Construction
}
/// <inheritdoc />
public override bool HijackDeletion(IEntity entity)
public override bool HijackDeletion(EntityUid entity)
{
if (IoCManager.Resolve<IEntityManager>().TryGetComponent(entity, out ConstructionGhostComponent? ghost))
{