oops
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenRa
|
|||||||
|
|
||||||
static Player LookupPlayer(World world, uint index)
|
static Player LookupPlayer(World world, uint index)
|
||||||
{
|
{
|
||||||
return Game.world.players
|
return world.players
|
||||||
.Where(x => x.Value.Index == index)
|
.Where(x => x.Value.Index == index)
|
||||||
.First().Value;
|
.First().Value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user