diff --git a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs index 7390f1c62..6a21849b5 100644 --- a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs +++ b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs @@ -146,6 +146,8 @@ namespace Barotrauma private bool SelectServer(GUIComponent component, object obj) { + if (obj == null || waitingForRefresh) return false; + ServerInfo serverInfo; try {