Change map player clientindex to 0

This commit is contained in:
Scott_NZ
2013-01-21 22:46:20 +13:00
parent 12e1a531fe
commit 8a32e5761c

View File

@@ -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;