mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-22 12:00:13 -04:00
[Client] Update 3rd person model of local player when setting character
This commit is contained in:
parent
1ba36076f3
commit
06451c13d5
@ -944,6 +944,9 @@ void LocalPlayer::setCharacter()
|
||||
world->createRecord(player);
|
||||
|
||||
MWBase::Environment::get().getMechanicsManager()->playerLoaded();
|
||||
|
||||
// This is needed to update the player's model instantly if they're in 3rd person
|
||||
world->reattachPlayerCamera();
|
||||
}
|
||||
|
||||
MWBase::Environment::get().getWindowManager()->getInventoryWindow()->rebuildAvatar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user