From 9352ace3e97c92645b176f88b6cef6e638121b95 Mon Sep 17 00:00:00 2001 From: Jordan <77755681+Jordyrat@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:21:14 +0100 Subject: Improvement: Powder Tracker revamped (#2394) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java index e7a7565bb..794819cf1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java @@ -534,7 +534,7 @@ public class ProfileSpecificStorage { public HotmTree hotmTree = new HotmTree(); @Expose - public Map powder = new HashMap<>(); + public Map powder = new HashMap<>(); public static class PowderStorage { -- cgit