Remove dummy status for mapped items

This commit is contained in:
Mo Bitar
2017-11-21 09:21:54 -06:00
parent 5debdc5d58
commit 8a441bebaf

View File

@@ -123,6 +123,8 @@ class ModelManager {
if(item) {
item.updateFromJSON(json_obj);
// If an item goes through mapping, it can no longer be a dummy.
item.dummy = false;
}
if(this.itemsPendingRemoval.includes(json_obj.uuid)) {