Converting Tests back to C# but still with Playwright
This commit is contained in:
@@ -192,7 +192,7 @@ public class EconomyComparisionService : IEconomyComparisonService
|
||||
if (usedWorkers < harvester.Slots) workersNeeded += 1;
|
||||
}
|
||||
|
||||
if (harvester.RequiresWorker == false)
|
||||
if (!harvester.RequiresWorker)
|
||||
{
|
||||
if (harvester.Resource == ResourceType.Ether)
|
||||
economyAtSecond.Ether += harvester.HarvestedPerInterval * harvester.Slots;
|
||||
|
||||
Reference in New Issue
Block a user