mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 22:08:05 +02:00
noisy connectionTest
This commit is contained in:
parent
8f714980df
commit
1a0017900c
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@
|
|||
dimensions = Vec3.multiply(scale, properties.dimensions);
|
||||
baton = virtualBaton({
|
||||
batonName: 'io.highfidelity.tribble',
|
||||
connectionTest: function (id) {
|
||||
var connected = baton.validId(id);
|
||||
print(MyAvatar.sessionUUID, id, connected);
|
||||
return connected;
|
||||
},
|
||||
debugFlow: debug.flow,
|
||||
debugSend: debug.send,
|
||||
debugReceive: debug.receive
|
Loading…
Reference in a new issue