diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-17 12:15:40 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-17 12:15:40 +0100 |
| commit | aee1bd5207a3193d05068fc046ef01e06fc1be67 (patch) | |
| tree | 455b19c0767b14aac037297c7c5063c8a6462f7f /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 18e96e6c3b867da06aabd29bcd83e92ffe58a00e (diff) | |
| download | skyhanni-aee1bd5207a3193d05068fc046ef01e06fc1be67.tar.gz skyhanni-aee1bd5207a3193d05068fc046ef01e06fc1be67.tar.bz2 skyhanni-aee1bd5207a3193d05068fc046ef01e06fc1be67.zip | |
Fixed opening the Pet menu no longer updating current pet display.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt b/src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt index c21b2f384..9c5eac610 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt @@ -2,6 +2,7 @@ package at.hannibal2.skyhanni.data object PetAPI { + // Contains color code + name and for older SkyHanni users maybe also the pet level var currentPet: String? get() = ProfileStorageData.profileSpecific?.currentPet set(value) { |
