Change map player clientindex to 0
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenRA
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Map player
|
// Map player
|
||||||
ClientIndex = -1; // Owned by the host (todo: fix this)
|
ClientIndex = 0; // Owned by the host (todo: fix this)
|
||||||
ColorRamp = pr.ColorRamp;
|
ColorRamp = pr.ColorRamp;
|
||||||
PlayerName = pr.Name;
|
PlayerName = pr.Name;
|
||||||
NonCombatant = pr.NonCombatant;
|
NonCombatant = pr.NonCombatant;
|
||||||
|
|||||||
Reference in New Issue
Block a user