Clear team in lobby for spectators

This commit is contained in:
rob-v
2017-10-19 00:25:15 +02:00
committed by Paul Chote
parent 5540eb1f2f
commit 315cc966f4

View File

@@ -184,6 +184,7 @@ namespace OpenRA.Mods.Common.Server
{
client.Slot = null;
client.SpawnPoint = 0;
client.Team = 0;
client.Color = HSLColor.FromRGB(255, 255, 255);
server.SyncLobbyClients();
CheckAutoStart(server);