Add a UI indicator for bot players.
This commit is contained in:
committed by
Gustas
parent
9761a68cd4
commit
c24913ea24
@@ -30,7 +30,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
public SpawnOccupant(Session.Client client)
|
||||
{
|
||||
Color = client.Color;
|
||||
PlayerName = client.IsBot ? TranslationProvider.GetString(client.Name) : client.Name;;
|
||||
PlayerName = client.IsBot ? TranslationProvider.GetString(client.Name) : client.Name;
|
||||
Team = client.Team;
|
||||
Faction = client.Faction;
|
||||
SpawnPoint = client.SpawnPoint;
|
||||
|
||||
Reference in New Issue
Block a user