Sync
This commit is contained in:
parent
4b9af6a383
commit
f0c5e7b95d
@ -388,10 +388,10 @@ export class SoSActor extends Actor {
|
|||||||
if ( alreadyInside.length >= container.system.container ) {
|
if ( alreadyInside.length >= container.system.container ) {
|
||||||
ui.notifications.warn("Container is already full !");
|
ui.notifications.warn("Container is already full !");
|
||||||
} else {
|
} else {
|
||||||
await this.updateEmbeddedDocuments( "Item", [{ _id: object.id, 'system.containerid':containerId }]);
|
setTimeout(function() { this.updateEmbeddedDocuments( "Item", [{ _id: object.id, 'system.containerid':containerId }])}, 800 )
|
||||||
}
|
}
|
||||||
} else if ( object && object.system.containerid) { // remove from container
|
} else if ( object && object.system.containerid) { // remove from container
|
||||||
await this.updateEmbeddedDocuments( "Item", [{ _id: object.id, 'system.containerid':"" }]);
|
setTimeout(function() { this.updateEmbeddedDocuments( "Item", [{ _id: object.id, 'system.containerid':"" }])}, 800 )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user