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.