Skip to content

Commit

Permalink
Fix AccessLevelControl breaking (space-wizards#30045)
Browse files Browse the repository at this point in the history
space-wizards#29987 did an oopsie

This broke the ID computer, station records, and maybe some others too.
  • Loading branch information
PJB3005 authored Jul 14, 2024
1 parent 17c23f1 commit b7d3964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Client/Access/UI/AccessLevelControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public sealed partial class AccessLevelControl : GridContainer
public AccessLevelControl()
{
RobustXamlLoader.Load(this);
IoCManager.InjectDependencies(this);

_sawmill = _logManager.GetSawmill("accesslevelcontrol");
}
Expand Down

0 comments on commit b7d3964

Please sign in to comment.