summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-07-30 10:28:05 +0200
committerGitHub <noreply@github.com>2024-07-30 10:28:05 +0200
commita3c940937bccd9f92acdc3ad2abe8e39e71ca847 (patch)
treeb96f7255c1e30bb7fd11cd512944760d42470dc6 /src/main/java/at/hannibal2/skyhanni/config
parentdb5ec7f5046ea6f531a2f560b198cd8c24b36ec5 (diff)
downloadskyhanni-a3c940937bccd9f92acdc3ad2abe8e39e71ca847.tar.gz
skyhanni-a3c940937bccd9f92acdc3ad2abe8e39e71ca847.tar.bz2
skyhanni-a3c940937bccd9f92acdc3ad2abe8e39e71ca847.zip
Improvement: Fewer Tab list chat errors (#2266)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/storage/PlayerSpecificStorage.java3
1 files changed, 3 insertions, 0 deletions
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
@@ -23,6 +23,9 @@ public class PlayerSpecificStorage {
public Boolean useRomanNumerals = true;
@Expose
+ public Boolean multipleProfiles = false;
+
+ @Expose
public Integer gardenCommunityUpgrade = -1;
@Expose