mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
send to network when an action is deleted, also
This commit is contained in:
parent
7979fb38cf
commit
5acbb74362
1 changed files with 1 additions and 0 deletions
|
@ -1749,6 +1749,7 @@ void EntityItem::checkWaitingToRemove(EntitySimulation* simulation) {
|
|||
assertLocked();
|
||||
foreach(QUuid actionID, _actionsToRemove) {
|
||||
removeActionInternal(actionID, simulation);
|
||||
setActionDataNeedsTransmit(true);
|
||||
}
|
||||
_actionsToRemove.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue