mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 04:32:32 +02:00
Rename launch.js to launchEntity.js
This commit is contained in:
parent
5c3be10c6c
commit
10c7568398
2 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ Messages.messageReceived.connect(function(channel, messageJSON, senderID) {
|
|||
position: Vec3.sum(BASE_POSITION, BASES[i].spawnerPosition),
|
||||
dimensions: { x: TARGET_SIZE, y: TARGET_SIZE, z: TARGET_SIZE },
|
||||
color: BASES[i].color,
|
||||
script: Script.resolvePath("launch.js"),
|
||||
script: Script.resolvePath("launchEntity.js"),
|
||||
userData: JSON.stringify({
|
||||
grabbableKey: {
|
||||
wantsTrigger: true
|
||||
|
|
Loading…
Reference in a new issue