diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 706188f88e..269ae3282c 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -311,7 +311,6 @@ namespace OpenRA { System.Threading.Thread.Sleep(100); - //Accessing public field and List::Count is thread safe if((server.GameStarted)&&(server.conns.Count<=1)) { Console.WriteLine("No one is playing, shutting down...");