Skip to content

Commit

Permalink
Remove unused IoC resolve from SharedCombatModeComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 28, 2020
1 parent 718b37f commit 8369533
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.Timing;
using Robust.Shared.IoC;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;

Expand All @@ -21,8 +19,6 @@ public virtual bool IsInCombatMode
get => _isInCombatMode;
set
{
var gt = IoCManager.Resolve<IGameTiming>();

_isInCombatMode = value;
Dirty();
}
Expand Down

0 comments on commit 8369533

Please sign in to comment.