Clear team in lobby for spectators
This commit is contained in:
@@ -184,6 +184,7 @@ namespace OpenRA.Mods.Common.Server
|
|||||||
{
|
{
|
||||||
client.Slot = null;
|
client.Slot = null;
|
||||||
client.SpawnPoint = 0;
|
client.SpawnPoint = 0;
|
||||||
|
client.Team = 0;
|
||||||
client.Color = HSLColor.FromRGB(255, 255, 255);
|
client.Color = HSLColor.FromRGB(255, 255, 255);
|
||||||
server.SyncLobbyClients();
|
server.SyncLobbyClients();
|
||||||
CheckAutoStart(server);
|
CheckAutoStart(server);
|
||||||
|
|||||||
Reference in New Issue
Block a user