Set spectator color to white & remove selector.
This commit is contained in:
@@ -459,7 +459,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
template = EditableSpectatorTemplate.Clone();
|
||||
|
||||
LobbyUtils.SetupEditableNameWidget(template, null, c, orderManager);
|
||||
LobbyUtils.SetupEditableColorWidget(template, null, c, orderManager, colorPreview);
|
||||
}
|
||||
// Non-editable spectator
|
||||
else
|
||||
@@ -469,7 +468,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
|
||||
LobbyUtils.SetupNameWidget(template, null, client);
|
||||
LobbyUtils.SetupKickWidget(template, null, client, orderManager);
|
||||
LobbyUtils.SetupColorWidget(template, null, client);
|
||||
}
|
||||
|
||||
LobbyUtils.SetupClientWidget(template, null, c, orderManager, true);
|
||||
|
||||
Reference in New Issue
Block a user