Fix some compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2019-10-10 15:48:11 +02:00
parent 6249a129c0
commit d7360f8709
3 changed files with 3 additions and 12 deletions

View File

@@ -6,9 +6,7 @@ using Content.Server.Interfaces.Chat;
using Content.Shared.Physics;
using Robust.Server.AI;
using Robust.Server.GameObjects;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Physics;
using Robust.Shared.Interfaces.Timing;
using Robust.Shared.IoC;
@@ -26,9 +24,7 @@ namespace Content.Server.AI
{
#pragma warning disable 649
[Dependency] private readonly IPhysicsManager _physMan;
[Dependency] private readonly IServerEntityManager _entMan;
[Dependency] private readonly IGameTiming _timeMan;
[Dependency] private readonly IEntitySystemManager _entSysMan;
[Dependency] private readonly IChatManager _chatMan;
#pragma warning restore 649