Remove World.ObserveAfterWinOrLose

Fixes RenderPlayer for "All Players" view.
This commit is contained in:
Oliver Brakmann
2015-07-24 23:55:07 +02:00
committed by deniz1a
parent 5546298866
commit a725d63b0c
3 changed files with 2 additions and 5 deletions

View File

@@ -68,8 +68,6 @@ namespace OpenRA.Mods.Common.Traits
{
info = moInfo;
Objectives = new ReadOnlyList<MissionObjective>(objectives);
world.ObserveAfterWinOrLose = !info.EarlyGameOver;
}
public int Add(Player player, string description, ObjectiveType type = ObjectiveType.Primary, bool inhibitAnnouncement = false)