send to network when an action is deleted, also

This commit is contained in:
Seth Alves 2015-11-13 09:45:06 -08:00
parent 7979fb38cf
commit 5acbb74362

View file

@ -1749,6 +1749,7 @@ void EntityItem::checkWaitingToRemove(EntitySimulation* simulation) {
assertLocked();
foreach(QUuid actionID, _actionsToRemove) {
removeActionInternal(actionID, simulation);
setActionDataNeedsTransmit(true);
}
_actionsToRemove.clear();
}