From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:17:59 +0000 (+1000) Subject: Fix war declarator (#30221) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e77ebaf325955ee31b751b8f7691c51b4c52351e;p=space-station-14.git Fix war declarator (#30221) --- diff --git a/Content.Client/NukeOps/WarDeclaratorWindow.xaml.cs b/Content.Client/NukeOps/WarDeclaratorWindow.xaml.cs index aeceae1327..e191e821c2 100644 --- a/Content.Client/NukeOps/WarDeclaratorWindow.xaml.cs +++ b/Content.Client/NukeOps/WarDeclaratorWindow.xaml.cs @@ -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));