Add admin remarks button to lobby (#31761)

This commit is contained in:
dffdff2423
2024-11-16 00:09:29 -05:00
committed by GitHub
parent 7077b930f2
commit 2c82a2dfc0
6 changed files with 23 additions and 18 deletions

View File

@@ -279,7 +279,7 @@ public sealed class LobbyUIController : UIController, IOnStateEntered<LobbyState
_profileEditor.OnOpenGuidebook += _guide.OpenHelp;
_characterSetup = new CharacterSetupGui(EntityManager, _prototypeManager, _resourceCache, _preferencesManager, _profileEditor);
_characterSetup = new CharacterSetupGui(_profileEditor);
_characterSetup.CloseButton.OnPressed += _ =>
{