From: eoineoineoin Date: Sat, 13 May 2023 15:30:39 +0000 (+0100) Subject: Fix missing dependencies, which caused exception setting up UI (#16387) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=962a7736d694627e753e963894035a190e1fd353;p=space-station-14.git Fix missing dependencies, which caused exception setting up UI (#16387) --- diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml.cs b/Content.Client/Lobby/UI/LobbyGui.xaml.cs index 62cbac420b..d45a99c16f 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml.cs +++ b/Content.Client/Lobby/UI/LobbyGui.xaml.cs @@ -29,6 +29,7 @@ namespace Content.Client.Lobby.UI public LobbyGui() { RobustXamlLoader.Load(this); + IoCManager.InjectDependencies(this); SetAnchorPreset(MainContainer, LayoutPreset.Wide); SetAnchorPreset(Background, LayoutPreset.Wide);