Fix lobby votes (#15342)
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Content.Client.Lobby
|
|||||||
_gameTicker.LobbyStatusUpdated -= LobbyStatusUpdated;
|
_gameTicker.LobbyStatusUpdated -= LobbyStatusUpdated;
|
||||||
_gameTicker.LobbyLateJoinStatusUpdated -= LobbyLateJoinStatusUpdated;
|
_gameTicker.LobbyLateJoinStatusUpdated -= LobbyLateJoinStatusUpdated;
|
||||||
|
|
||||||
_lobby!.VoteContainer.Orphan();
|
_voteManager.ClearPopupContainer();
|
||||||
|
|
||||||
_lobby!.CharacterPreview.CharacterSetupButton.OnPressed -= OnSetupPressed;
|
_lobby!.CharacterPreview.CharacterSetupButton.OnPressed -= OnSetupPressed;
|
||||||
_lobby!.ReadyButton.OnPressed -= OnReadyPressed;
|
_lobby!.ReadyButton.OnPressed -= OnReadyPressed;
|
||||||
|
|||||||
Reference in New Issue
Block a user