Remove unused parameter from Player's constructor

This commit is contained in:
penev92
2015-07-15 04:58:50 +03:00
parent 317576a9bb
commit 479eb307d6
3 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenRA
return factions.FirstOrDefault(f => f.InternalName == factionName) ?? factions.First();
}
public Player(World world, Session.Client client, Session.Slot slot, PlayerReference pr)
public Player(World world, Session.Client client, PlayerReference pr)
{
string botType;