oops. bob's new code breaks an assumption.
This commit is contained in:
@@ -96,7 +96,7 @@ namespace OpenRa.Game.Graphics
|
|||||||
|
|
||||||
public void GoToStartLocation()
|
public void GoToStartLocation()
|
||||||
{
|
{
|
||||||
Center(Game.world.Actors.Where(a => a.Owner == Game.LocalPlayer));
|
Center(Game.world.Actors.Where(a => a.Info != null && a.Owner == Game.LocalPlayer));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user