From a943746b494b51aecb8a0ba1999fed3572f1297a Mon Sep 17 00:00:00 2001 From: Remuchi Date: Sun, 25 Aug 2024 00:34:13 +0700 Subject: [PATCH] fix: be gone --- Content.Shared/Content.Shared.csproj | 1 - Content.Shared/_White/InhandCrafting/InhandCraftingComponent.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 6cdcb090a2..9752bfcfe2 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -16,7 +16,6 @@ false - false diff --git a/Content.Shared/_White/InhandCrafting/InhandCraftingComponent.cs b/Content.Shared/_White/InhandCrafting/InhandCraftingComponent.cs index 03c591a312..f788d86b41 100644 --- a/Content.Shared/_White/InhandCrafting/InhandCraftingComponent.cs +++ b/Content.Shared/_White/InhandCrafting/InhandCraftingComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Construction.Prototypes; -using Robust.Client.Placement; using Robust.Shared.GameStates; using Robust.Shared.Prototypes;