mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fix incorrectly assigned local changes
This commit is contained in:
parent
6cbc811151
commit
ef6050876b
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class InventoryRepositoryImpl(localRepository: InventoryLocalRepository, apiClie
|
|||
user.items?.gear?.equipped
|
||||
}
|
||||
when (key.split("_").firstOrNull()) {
|
||||
"weapon" -> outfit?.head = key
|
||||
"weapon" -> outfit?.weapon = key
|
||||
"armor" -> outfit?.armor = key
|
||||
"shield" -> outfit?.shield = key
|
||||
"eyewear" -> outfit?.eyeWear = key
|
||||
|
|
|
|||
Loading…
Reference in a new issue