mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
[Client] Send LocalActor cell changes at end of mwmp::Cell's update
This commit is contained in:
parent
1f6ba9d9ee
commit
2082f8ff4f
@ -62,13 +62,13 @@ void Cell::updateLocal(bool forceUpdate)
|
||||
}
|
||||
}
|
||||
|
||||
actorList->sendCellChangeActors();
|
||||
actorList->sendPositionActors();
|
||||
actorList->sendAnimFlagsActors();
|
||||
actorList->sendAnimPlayActors();
|
||||
actorList->sendSpeechActors();
|
||||
actorList->sendStatsDynamicActors();
|
||||
actorList->sendAttackActors();
|
||||
actorList->sendCellChangeActors();
|
||||
}
|
||||
|
||||
void Cell::updateDedicated(float dt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user