From d174e863472e3241dce57a092b1ef25840846a77 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Mon, 8 Feb 2016 16:45:25 -0800 Subject: [PATCH] fix batonName for entity script case --- examples/entityScripts/tribble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/entityScripts/tribble.js b/examples/entityScripts/tribble.js index e34213cfa3..3afdcc43e4 100644 --- a/examples/entityScripts/tribble.js +++ b/examples/entityScripts/tribble.js @@ -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