mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:52:28 +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;
|
||||
dimensions = Vec3.multiply(scale, properties.dimensions);
|
||||
baton = virtualBaton({
|
||||
batonName: 'io.highfidelity.tribble',
|
||||
batonName: 'io.highfidelity.tribble:' + entityID, // One winner for each entity
|
||||
debugFlow: debug.flow,
|
||||
debugSend: debug.send,
|
||||
debugReceive: debug.receive
|
||||
|
|
Loading…
Reference in a new issue