fix player=2 weirdness with building
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRa.Game
|
||||
public readonly WorldRenderer worldRenderer;
|
||||
public readonly Controller controller;
|
||||
|
||||
int localPlayerIndex = 1;
|
||||
int localPlayerIndex = 2;
|
||||
|
||||
public readonly Dictionary<int, Player> players = new Dictionary<int, Player>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user