Change default farming order to hours ascending

This commit is contained in:
Archi
2021-11-11 22:47:31 +01:00
parent ff85a88b42
commit fefcf12f2f

View File

@@ -124,7 +124,7 @@ public sealed class BotConfig {
public static readonly ImmutableHashSet<Asset.EType> DefaultCompleteTypesToSend = ImmutableHashSet<Asset.EType>.Empty;
[PublicAPI]
public static readonly ImmutableList<EFarmingOrder> DefaultFarmingOrders = ImmutableList<EFarmingOrder>.Empty;
public static readonly ImmutableList<EFarmingOrder> DefaultFarmingOrders = ImmutableList.Create(EFarmingOrder.HoursAscending);
[PublicAPI]
public static readonly ImmutableHashSet<uint> DefaultGamesPlayedWhileIdle = ImmutableHashSet<uint>.Empty;