mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
Update junkyardResetEntityScript.js
This commit is contained in:
parent
e6379fcaa8
commit
d8dbb717d5
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@
|
|||
Entities.deleteEntity(e[i]);
|
||||
}
|
||||
}
|
||||
this.importArf();
|
||||
this.importAssetResourceFile();
|
||||
},
|
||||
|
||||
importArf: function() {
|
||||
importAssetResourceFile: function() {
|
||||
Clipboard.importEntities(IMPORT_URL);
|
||||
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
|
||||
},
|
||||
|
@ -50,4 +50,4 @@
|
|||
},
|
||||
};
|
||||
return new JunkyardResetter();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue