Fix missing dependencies, which caused exception setting up UI (#16387)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user