From a3c940937bccd9f92acdc3ad2abe8e39e71ca847 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:28:05 +0200 Subject: Improvement: Fewer Tab list chat errors (#2266) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java b/src/main/java/at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java index 171cb82b1..c3b949c79 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java @@ -22,6 +22,9 @@ public class PlayerSpecificStorage { @Expose public Boolean useRomanNumerals = true; + @Expose + public Boolean multipleProfiles = false; + @Expose public Integer gardenCommunityUpgrade = -1; -- cgit