diff --git a/scripts/tutorials/entity_scripts/ambientSound.js b/scripts/tutorials/entity_scripts/ambientSound.js index 810c9769b8..e0a7d0a3cf 100644 --- a/scripts/tutorials/entity_scripts/ambientSound.js +++ b/scripts/tutorials/entity_scripts/ambientSound.js @@ -212,7 +212,7 @@ this._onMessageReceived = function(channel, message, sender, local) { // Handle incoming toggle notifications - if (channel === entity && message === "toggled"/*&& sender !== MyAvatar.sessionUUID*/) { + if (channel === entity && message === "toggled") { debugPrint("received " + message + " from " + sender); this.updateSettings(); }