mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
fix batonName for entity script case
This commit is contained in:
parent
9670cf3fe3
commit
d174e86347
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
oldColor = properties.color;
|
oldColor = properties.color;
|
||||||
dimensions = Vec3.multiply(scale, properties.dimensions);
|
dimensions = Vec3.multiply(scale, properties.dimensions);
|
||||||
baton = virtualBaton({
|
baton = virtualBaton({
|
||||||
batonName: 'io.highfidelity.tribble',
|
batonName: 'io.highfidelity.tribble:' + entityID, // One winner for each entity
|
||||||
debugFlow: debug.flow,
|
debugFlow: debug.flow,
|
||||||
debugSend: debug.send,
|
debugSend: debug.send,
|
||||||
debugReceive: debug.receive
|
debugReceive: debug.receive
|
||||||
|
|
Loading…
Reference in a new issue