From b7258e61f3666fb2369ba7dfab1c17be8d3a76fd Mon Sep 17 00:00:00 2001 From: Igor Popov Date: Sun, 10 Jun 2012 21:41:54 +0400 Subject: [PATCH] remove bogus comment --- OpenRA.Game/Game.cs | 1 - 1 file changed, 1 deletion(-) 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...");