From c8075445dd57c63882cb065a9bfe2dadedc342ad Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 May 2020 21:39:13 +0200 Subject: [PATCH] Fix compile on full release. --- .../GameObjects/Components/Mobs/SpeciesVisualizer2D.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Mobs/SpeciesVisualizer2D.cs b/Content.Client/GameObjects/Components/Mobs/SpeciesVisualizer2D.cs index 46a31f069f..cfd7e09596 100644 --- a/Content.Client/GameObjects/Components/Mobs/SpeciesVisualizer2D.cs +++ b/Content.Client/GameObjects/Components/Mobs/SpeciesVisualizer2D.cs @@ -1,6 +1,5 @@ using System; using Content.Shared.GameObjects.Components.Mobs; -using Microsoft.CodeAnalysis.Completion; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.GameObjects.Components.Animations;