From a22c1cb196fd26fc0e22dcf954c87ea4204733ec Mon Sep 17 00:00:00 2001 From: zumorica Date: Thu, 14 May 2020 16:09:44 +0200 Subject: [PATCH] Whoops. --- Content.Shared/Audio/AudioHelpers.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Shared/Audio/AudioHelpers.cs b/Content.Shared/Audio/AudioHelpers.cs index 41f8262df0..4e2a68b0fb 100644 --- a/Content.Shared/Audio/AudioHelpers.cs +++ b/Content.Shared/Audio/AudioHelpers.cs @@ -1,6 +1,5 @@ using System; using Content.Shared.GameObjects.Components.Sound; -using Robust.Client.GameObjects.EntitySystems; using Robust.Shared.Audio; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects;