From 00fef7239ac093715baa8de8f7c0f4489d7c0e5b Mon Sep 17 00:00:00 2001 From: blue3212 Date: Wed, 27 Mar 2024 11:48:40 -0400 Subject: [PATCH] Missed one --- Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs index 5d56f0cb2de..bd1c5611a94 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs @@ -19,7 +19,6 @@ using Robust.Shared.Audio; using Robust.Shared.Physics.Components; using Robust.Shared.Utility; -using Content.Shared.Database; namespace Content.Server.Cargo.Systems;