diff options
-rw-r--r-- | src/being/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index b3cda4463..14610d526 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2519,7 +2519,7 @@ bool Being::updateFromCache() showShopBadge(mShop); showInactiveBadge(mInactive); - showAwayBadge(mInactive); + showAwayBadge(mAway); updateAwayEffect(); if (mType == ActorType::Player || mTeamId) updateColors(); @@ -3373,7 +3373,7 @@ void Being::setState(const uint8_t state) updateAwayEffect(); showShopBadge(mShop); showInactiveBadge(mInactive); - showAwayBadge(mInactive); + showAwayBadge(mAway); if (needUpdate) { |