forked from teamnwah/openmw-tes3coop
Update position after changing cell (for real)
This commit is contained in:
parent
b0bd10f219
commit
3362902396
1 changed files with 4 additions and 2 deletions
|
@ -155,8 +155,8 @@ void LocalPlayer::setCell()
|
|||
world->changeToExteriorCell(pos, true);
|
||||
world->fixPosition(player);
|
||||
}
|
||||
else {
|
||||
|
||||
else
|
||||
{
|
||||
world->findInteriorPosition(GetCell()->mName, pos);
|
||||
world->changeToInteriorCell(GetCell()->mName, pos, true);
|
||||
}
|
||||
|
@ -390,6 +390,8 @@ void LocalPlayer::updateCell(bool forceUpdate)
|
|||
RakNet::BitStream bs;
|
||||
GetNetworking()->GetPacket((RakNet::MessageID) ID_GAME_CELL)->Packet(&bs, this, true);
|
||||
GetNetworking()->SendData(&bs);
|
||||
|
||||
updatePosition(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue