From f7f996e1681338dc851e531276196bba48ab56c9 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 20 Jun 2021 10:14:52 +0200 Subject: [PATCH] Fix a single namespace --- Content.Client/Lobby/LobbyState.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 38876d6c3d..8c21452bdf 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -10,7 +10,6 @@ using Content.Client.Preferences.UI; using Content.Client.Viewport; using Content.Client.Voting; using Content.Shared.Chat; -using Content.Shared.GameObjects.Components; using Content.Shared.GameTicking; using Content.Shared.Input; using Robust.Client; @@ -27,7 +26,6 @@ using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.ViewVariables; -using static Content.Shared.GameTicking.SharedGameTicker; namespace Content.Client.Lobby {