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;
|
this.world = world;
|
||||||
|
|
||||||
panel = widget;
|
panel = widget;
|
||||||
assetSource = Game.ModData.ModFiles.MountedPackages.First();
|
|
||||||
|
|
||||||
var ticker = panel.GetOrNull<LogicTickerWidget>("ANIMATION_TICKER");
|
var ticker = panel.GetOrNull<LogicTickerWidget>("ANIMATION_TICKER");
|
||||||
if (ticker != null)
|
if (ticker != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user