Fix comment typo in LobbyCommands.cs.

This commit is contained in:
Paul Chote
2016-03-30 17:40:24 +01:00
parent 4ec1369553
commit 6593895ea1

View File

@@ -389,7 +389,7 @@ namespace OpenRA.Mods.Common.Server
server.LobbyInfo.Clients.Remove(c);
}
// Validate if color is allowed and get an alternative it isn't
// Validate if color is allowed and get an alternative if it isn't
foreach (var c in server.LobbyInfo.Clients)
if (c.Slot == null || (c.Slot != null && !server.LobbyInfo.Slots[c.Slot].LockColor))
c.Color = c.PreferredColor = SanitizePlayerColor(server, c.Color, c.Index, conn);