]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix AccessLevelControl breaking (#30045)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Sun, 14 Jul 2024 22:07:48 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 22:07:48 +0000 (00:07 +0200)
#29987 did an oopsie

This broke the ID computer, station records, and maybe some others too.

Content.Client/Access/UI/AccessLevelControl.xaml.cs

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