StyleCop cleanup

This commit is contained in:
Matthias Mailänder
2013-11-10 07:34:52 +01:00
parent 7de2dd7083
commit bc133d199e
5 changed files with 165 additions and 166 deletions

View File

@@ -386,7 +386,7 @@ namespace OpenRA
System.Threading.Thread.Sleep(100);
if ((server.State == Server.ServerState.GameStarted)
&& (server.conns.Count<=1))
&& (server.Conns.Count<=1))
{
Console.WriteLine("No one is playing, shutting down...");
server.Shutdown();