]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix war declarator (#30221)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 21 Jul 2024 07:17:59 +0000 (17:17 +1000)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2024 07:17:59 +0000 (17:17 +1000)
Content.Client/NukeOps/WarDeclaratorWindow.xaml.cs

index aeceae13275fd05c2fb875985626e658e2ed6765..e191e821c220b6eef00fd9c4a2968de1591e37a6 100644 (file)
@@ -23,6 +23,7 @@ public sealed partial class WarDeclaratorWindow : FancyWindow
     public WarDeclaratorWindow()
     {
         RobustXamlLoader.Load(this);
+        IoCManager.InjectDependencies(this);
 
         WarButton.OnPressed += (_) => OnActivated?.Invoke(Rope.Collapse(MessageEdit.TextRope));