Skip to content

Commit

Permalink
Fix the sensor monitoring console (space-wizards#34035)
Browse files Browse the repository at this point in the history
Still isn't really suitable to just map but at least it doesn't outright NRE anymore.

Alternative to space-wizards#34032
  • Loading branch information
PJB3005 authored Dec 23, 2024
1 parent dfc0e01 commit f98192d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public sealed partial class SensorMonitoringWindow : FancyWindow, IComputerWindo
public SensorMonitoringWindow()
{
RobustXamlLoader.Load(this);
IoCManager.InjectDependencies(this);
}

public void UpdateState(ConsoleUIState state)
Expand Down

0 comments on commit f98192d

Please sign in to comment.