mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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