Default to the all packages instead of the first.

This commit is contained in:
Matthias Mailänder
2016-02-07 16:42:38 +01:00
parent 5e0a89fa30
commit f87a4bf16f

View File

@@ -50,7 +50,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
this.world = world;
panel = widget;
assetSource = Game.ModData.ModFiles.MountedPackages.First();
var ticker = panel.GetOrNull<LogicTickerWidget>("ANIMATION_TICKER");
if (ticker != null)