diff --git a/Components/ServerSwitcherComponent.cs b/Components/ServerSwitcherComponent.cs index 6158444..58710cc 100644 --- a/Components/ServerSwitcherComponent.cs +++ b/Components/ServerSwitcherComponent.cs @@ -164,8 +164,6 @@ namespace SeamlessClient.ServerSwitching var keys = m_memberData.Keys.Cast(); - - for(int i = clients.Count - 1; i >= 0; i-- ) { Seamless.TryShow($"Client {clients[i].SteamId}");