From ffbff0d76519c9a40159dfb211ddfaa1abafc995 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 22 Aug 2019 11:10:14 +0200 Subject: [PATCH] Fix build --- .../GameObjects/Components/Projectiles/ProjectileComponent.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Content.Server/GameObjects/Components/Projectiles/ProjectileComponent.cs b/Content.Server/GameObjects/Components/Projectiles/ProjectileComponent.cs index 3d6a60ce32..263672830a 100644 --- a/Content.Server/GameObjects/Components/Projectiles/ProjectileComponent.cs +++ b/Content.Server/GameObjects/Components/Projectiles/ProjectileComponent.cs @@ -5,11 +5,9 @@ using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.GameObjects.Components; -using Content.Server.GameObjects.Components.Mobs; -using Content.Shared.GameObjects; -using Robust.Shared.Log; using Robust.Shared.Serialization; using Robust.Shared.Interfaces.Physics; +using Robust.Shared.ViewVariables; namespace Content.Server.GameObjects.Components.Projectiles {