From 9f807681247152fa5e526345b7a6ff846c4cc206 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 9 Oct 2020 19:59:29 +0200 Subject: [PATCH] Fix build? --- Content.Client/Construction/ConstructionMenu.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/Construction/ConstructionMenu.cs b/Content.Client/Construction/ConstructionMenu.cs index 4bc9808984..de5f0ee049 100644 --- a/Content.Client/Construction/ConstructionMenu.cs +++ b/Content.Client/Construction/ConstructionMenu.cs @@ -8,7 +8,6 @@ using Content.Shared.Construction; using Content.Shared.GameObjects.Components; using Content.Shared.GameObjects.Components.Interactable; using Content.Shared.Materials; -using Microsoft.CodeAnalysis.Options; using Robust.Client.Graphics; using Robust.Client.Interfaces.Placement; using Robust.Client.Interfaces.ResourceManagement;