Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
CrewMonitoringNavMapControl hotfix (new-frontiers-14#2125)
Browse files Browse the repository at this point in the history
* CrewMonitoringNavMapControl fix

* Remove unneeded dependencies
  • Loading branch information
whatston3 authored Oct 1, 2024
1 parent 8c25ad0 commit 4a2f24d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Content.Client.Pinpointer.UI;
using Robust.Client.Graphics;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML; // Frontier
using Robust.Shared.GameObjects; // Frontier modification
using Robust.Shared.Timing;

namespace Content.Client.Medical.CrewMonitoring;
Expand All @@ -19,7 +17,6 @@ public sealed partial class CrewMonitoringNavMapControl : NavMapControl

public CrewMonitoringNavMapControl() : base()
{
RobustXamlLoader.Load(this); // Frontier
IoCManager.InjectDependencies(this); // Frontier
_transform = _entitySystem.GetEntitySystem<SharedTransformSystem>(); // Frontier
WallColor = new Color(192, 122, 196);
Expand Down

0 comments on commit 4a2f24d

Please sign in to comment.