mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:57:25 +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();
|
assertLocked();
|
||||||
foreach(QUuid actionID, _actionsToRemove) {
|
foreach(QUuid actionID, _actionsToRemove) {
|
||||||
removeActionInternal(actionID, simulation);
|
removeActionInternal(actionID, simulation);
|
||||||
|
setActionDataNeedsTransmit(true);
|
||||||
}
|
}
|
||||||
_actionsToRemove.clear();
|
_actionsToRemove.clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue