Fix AccessLevelControl breaking (#30045)
#29987 did an oopsie This broke the ID computer, station records, and maybe some others too.
This commit is contained in:
parent
17c23f11c5
commit
b7d3964c56
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ public sealed partial class AccessLevelControl : GridContainer
|
|||
public AccessLevelControl()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
IoCManager.InjectDependencies(this);
|
||||
|
||||
_sawmill = _logManager.GetSawmill("accesslevelcontrol");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue