From c0da46453be075757664a2b06a28c73a2f72d370 Mon Sep 17 00:00:00 2001 From: Angus Antley Date: Tue, 30 Apr 2019 14:34:10 -0700 Subject: [PATCH] made correction --- scripts/system/away.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/away.js b/scripts/system/away.js index c1bbfe67c4..5180588e9d 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -223,7 +223,7 @@ function setAwayProperties() { function setActiveProperties() { isAway = false; - if ((Audio.muted === true) && (wasMuted === false)) { + if (Audio.muted && !wasMuted) { Audio.muted = false; } MyAvatar.setEnableMeshVisible(true); // IWBNI we respected Developer->Avatar->Draw Mesh setting.