Fix missing dependencies, which caused exception setting up UI (#16387)

This commit is contained in:
eoineoineoin
2023-05-13 16:30:39 +01:00
committed by GitHub
parent fce4ecc252
commit 962a7736d6

View File

@@ -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);