Default to the all packages instead of the first.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user