From aee1bd5207a3193d05068fc046ef01e06fc1be67 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:15:40 +0100 Subject: Fixed opening the Pet menu no longer updating current pet display. --- src/main/java/at/hannibal2/skyhanni/data/PetAPI.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/data') 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) { -- cgit