Enable paying upfront
Fix tab availability on low money Co-Authored-By: Gustas <37534529+PunkPun@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
.FirstOrDefault(q => q.Enabled && types.Contains(q.Info.Type));
|
||||
}
|
||||
|
||||
if (queue == null || !queue.BuildableItems().Any())
|
||||
if (queue == null || !queue.AnyItemsToBuild())
|
||||
return;
|
||||
|
||||
if (tabsWidget.Value != null)
|
||||
|
||||
Reference in New Issue
Block a user