From b0454932877d8c4373766fe112c8d03dee7ca04d Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Mon, 27 May 2024 03:02:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20ObjectsTab.xaml.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs b/Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs index acff214b2c7..30ec794f8ab 100644 --- a/Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs @@ -1,6 +1,6 @@ using Content.Client.Salvage; using Content.Client.Station; -using Content.Server.Worldgen.Components.Debris; +using Content.Server._NF.Worldgen.Components.Debris; using Content.Shared.Shipyard.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface;