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:
Pieter-Jan Briers
2024-07-15 00:07:48 +02:00
committed by GitHub
parent 17c23f11c5
commit b7d3964c56

View File

@@ -21,6 +21,7 @@ public sealed partial class AccessLevelControl : GridContainer
public AccessLevelControl()
{
RobustXamlLoader.Load(this);
IoCManager.InjectDependencies(this);
_sawmill = _logManager.GetSawmill("accesslevelcontrol");
}