mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Update inventory views when receiving inventory or equipment
This commit is contained in:
parent
bb15ee9215
commit
9165b12d78
@ -694,6 +694,8 @@ void LocalPlayer::addItems()
|
||||
LOG_APPEND(Log::LOG_INFO, "- Ignored addition of invalid inventory item %s", item.refId.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
MWBase::Environment::get().getWindowManager()->getInventoryWindow()->updateItemView();
|
||||
}
|
||||
|
||||
void LocalPlayer::addSpells()
|
||||
@ -1079,6 +1081,8 @@ void LocalPlayer::setEquipment()
|
||||
else
|
||||
ptrInventory.unequipSlot(slot, ptrPlayer);
|
||||
}
|
||||
|
||||
MWBase::Environment::get().getWindowManager()->getInventoryWindow()->updatePlayer();
|
||||
}
|
||||
|
||||
void LocalPlayer::setInventory()
|
||||
|
Loading…
x
Reference in New Issue
Block a user