diff --git a/examples/entityScripts/tribble.x.34.js b/examples/entityScripts/tribble.x.35.js similarity index 92% rename from examples/entityScripts/tribble.x.34.js rename to examples/entityScripts/tribble.x.35.js index 145adfc325..a65f91b171 100644 --- a/examples/entityScripts/tribble.x.34.js +++ b/examples/entityScripts/tribble.x.35.js @@ -64,13 +64,10 @@ oldColor = properties.color; dimensions = Vec3.multiply(scale, properties.dimensions); baton = virtualBaton({ - // FIXME: batonName: 'io.highfidelity.tribble:' + entityID, - // If we wanted to have only one tribble change colors, we could do: batonName: 'io.highfidelity.tribble', - instanceId: entityID + MyAvatar.sessionUUID, debugFlow: true, - debugSend: true, - debugReceive: true + debugSend: false, + debugReceive: false }); if (editTimeout) { baton.claim(startUpdate, stopUpdateAndReclaim);