Allow picking of a random subfaction
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenRA.Server
|
||||
else
|
||||
c.Color = c.PreferredColor;
|
||||
if (pr.LockRace)
|
||||
c.Country = pr.Race;
|
||||
c.Race = pr.Race;
|
||||
if (pr.LockSpawn)
|
||||
c.SpawnPoint = pr.Spawn;
|
||||
if (pr.LockTeam)
|
||||
@@ -289,7 +289,7 @@ namespace OpenRA.Server
|
||||
Slot = LobbyInfo.FirstEmptySlot(),
|
||||
PreferredColor = handshake.Client.Color,
|
||||
Color = handshake.Client.Color,
|
||||
Country = "random",
|
||||
Race = "Random",
|
||||
SpawnPoint = 0,
|
||||
Team = 0,
|
||||
State = Session.ClientState.Invalid,
|
||||
|
||||
Reference in New Issue
Block a user