Merge pull request #11316 from obrakmann/mp-allies02
Add Scott's Allies02 multiplayer mission as "Evacuation"
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenRA.Mods.Common.Effects
|
||||
}
|
||||
|
||||
if (duration > 0)
|
||||
owner.World.Add(new DelayedAction(duration, () => owner.World.Remove(this)));
|
||||
owner.World.AddFrameEndTask(w => w.Add(new DelayedAction(duration, () => owner.World.Remove(this))));
|
||||
}
|
||||
|
||||
// Support power beacons are expected to clean themselves up
|
||||
|
||||
Reference in New Issue
Block a user