diff --git a/Content.Client/State/LobbyState.cs b/Content.Client/State/LobbyState.cs index 20b4256393..b5fc2c35a1 100644 --- a/Content.Client/State/LobbyState.cs +++ b/Content.Client/State/LobbyState.cs @@ -107,7 +107,10 @@ namespace Content.Client.State { _playerManager.PlayerListUpdated -= PlayerManagerOnPlayerListUpdated; _clientGameTicker.InfoBlobUpdated -= UpdateLobbyUi; - _clientGameTicker.LobbyStatusUpdated -= UpdateLobbyUi; + _clientGameTicker.LobbyStatusUpdated -= LobbyStatusUpdated; + _clientGameTicker.LobbyReadyUpdated -= LobbyReadyUpdated; + + _clientGameTicker.Ready.Clear(); _lobby.Dispose(); _characterSetup.Dispose();