mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +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]);
|
Entities.deleteEntity(e[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.importArf();
|
this.importAssetResourceFile();
|
||||||
},
|
},
|
||||||
|
|
||||||
importArf: function() {
|
importAssetResourceFile: function() {
|
||||||
Clipboard.importEntities(IMPORT_URL);
|
Clipboard.importEntities(IMPORT_URL);
|
||||||
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
|
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue