diff --git a/OpenRA.Game/Player.cs b/OpenRA.Game/Player.cs index f7163c2c5e..5b909231af 100644 --- a/OpenRA.Game/Player.cs +++ b/OpenRA.Game/Player.cs @@ -68,7 +68,7 @@ namespace OpenRA else { // Map player - ClientIndex = -1; // Owned by the host (todo: fix this) + ClientIndex = 0; // Owned by the host (todo: fix this) ColorRamp = pr.ColorRamp; PlayerName = pr.Name; NonCombatant = pr.NonCombatant;