aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorCalMWolfs <cwolfson58@gmail.com>2023-06-19 21:48:45 +1000
committerCalMWolfs <cwolfson58@gmail.com>2023-06-19 21:48:45 +1000
commit4a12bbd0b780238557cdc2330cf6314015e0de07 (patch)
tree3ba5d8be8841f6a4d7e75d8e10cd4fe51e5e7de9 /src/main/java/at/hannibal2/skyhanni/config
parentda2d2def82ac819dbfa9457b0eb180bba4491278 (diff)
downloadskyhanni-4a12bbd0b780238557cdc2330cf6314015e0de07.tar.gz
skyhanni-4a12bbd0b780238557cdc2330cf6314015e0de07.tar.bz2
skyhanni-4a12bbd0b780238557cdc2330cf6314015e0de07.zip
renaming
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/Storage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Storage.java b/src/main/java/at/hannibal2/skyhanni/config/Storage.java
index 4a95871cb..ca852e482 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/Storage.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/Storage.java
@@ -5,7 +5,7 @@ import at.hannibal2.skyhanni.features.garden.CropAccessory;
import at.hannibal2.skyhanni.features.garden.CropType;
import at.hannibal2.skyhanni.features.garden.fortuneguide.FarmingItems;
import at.hannibal2.skyhanni.features.garden.visitor.VisitorReward;
-import at.hannibal2.skyhanni.features.misc.FrozenTreasures;
+import at.hannibal2.skyhanni.features.misc.FrozenTreasure;
import at.hannibal2.skyhanni.features.misc.GhostCounter.Option;
import at.hannibal2.skyhanni.utils.LorenzVec;
import com.google.gson.annotations.Expose;
@@ -241,7 +241,7 @@ public class Storage {
public int compactProcs = 0;
@Expose
- public Map<FrozenTreasures, Integer> treasureCount = new HashMap<>();
+ public Map<FrozenTreasure, Integer> treasureCount = new HashMap<>();
}
public long nextCityProjectParticipationTime = 0L;