Convert CRLF to LF line endings in LobbyCommands.cs
This commit is contained in:
@@ -119,11 +119,11 @@ namespace OpenRA.Mods.Common.Server
|
||||
return true;
|
||||
}
|
||||
|
||||
if (server.Settings.DisableSinglePlayer &&
|
||||
server.LobbyInfo.Clients.Where(c => c.Bot == null && c.Slot != null).Count() == 1)
|
||||
{
|
||||
server.SendOrderTo(conn, "Message", "Unable to start the game until another player joins.");
|
||||
return true;
|
||||
if (server.Settings.DisableSinglePlayer &&
|
||||
server.LobbyInfo.Clients.Where(c => c.Bot == null && c.Slot != null).Count() == 1)
|
||||
{
|
||||
server.SendOrderTo(conn, "Message", "Unable to start the game until another player joins.");
|
||||
return true;
|
||||
}
|
||||
|
||||
server.StartGame();
|
||||
|
||||
Reference in New Issue
Block a user