timetracking: Final field

This commit is contained in:
sdburns1998
2019-07-07 21:46:16 +02:00
parent 6f7009ae5e
commit 6ca3823c29

View File

@@ -50,7 +50,7 @@ public class BirdHouseTracker
// average time taken to harvest 10 birds, in seconds
static final int BIRD_HOUSE_DURATION = (int) Duration.ofMinutes(50).getSeconds();
private static ImmutableSet<Integer> FOSSIL_ISLAND_REGIONS = ImmutableSet.of(14650, 14651, 14652, 14906, 14907, 15162, 15163);
private static final ImmutableSet<Integer> FOSSIL_ISLAND_REGIONS = ImmutableSet.of(14650, 14651, 14652, 14906, 14907, 15162, 15163);
private final Client client;
private final ItemManager itemManager;