From 8a32e5761ccba254096f734ef6c7eff112b6c5f4 Mon Sep 17 00:00:00 2001 From: Scott_NZ Date: Mon, 21 Jan 2013 22:46:20 +1300 Subject: [PATCH] Change map player clientindex to 0 --- OpenRA.Game/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;