This commit is contained in:
ericrius1 2016-03-21 15:02:39 -07:00
parent 7659aed97a
commit b8cb71e16a

View file

@ -68,7 +68,8 @@
print("EBL PRELOAD ENTITY SCRIPT!!!");
baton = virtualBaton({
// One winner for each entity
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID,
debugFlow: true
});
stopUpdateAndReclaim();
},