feat(BuildCalc) Adding Pyre to Bank

This commit is contained in:
2022-04-18 19:24:20 -04:00
parent 1a5b68fc19
commit fd160d1ba3
5 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -80,8 +80,7 @@ public class BuildOrderService : IBuildOrderService
if (!supply.Grants.Equals(0))
buildOrder.SupplyCountTimes.Add(buildOrder.SupplyCountTimes.Last().Key + supply.Grants, completedTime);
}
if (atInterval > lastInterval) lastInterval = atInterval;
NotifyDataChanged();