diff --git a/OpenRA.Game/Network/ReplayConnection.cs b/OpenRA.Game/Network/ReplayConnection.cs index 1664b5c860..2f18c0c5d1 100644 --- a/OpenRA.Game/Network/ReplayConnection.cs +++ b/OpenRA.Game/Network/ReplayConnection.cs @@ -30,7 +30,7 @@ namespace OpenRA.Network int ordersFrame; Dictionary lastClientsFrame = new Dictionary(); - public int LocalClientId { get { return 0; } } + public int LocalClientId { get { return -1; } } public ConnectionState ConnectionState { get { return ConnectionState.Connected; } } public readonly int TickCount; public readonly int FinalGameTick;