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:
committed by
GitHub
parent
17c23f11c5
commit
b7d3964c56
@@ -21,6 +21,7 @@ public sealed partial class AccessLevelControl : GridContainer
|
||||
public AccessLevelControl()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
IoCManager.InjectDependencies(this);
|
||||
|
||||
_sawmill = _logManager.GetSawmill("accesslevelcontrol");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user