summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-10 01:07:39 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-10 01:07:39 -0800
commitb9b735d564d0f52e3107da85b9a54d36d8cb8239 (patch)
tree638d99e6fbc9b420098910c16177f02ccdfabe30 /pages
parentc1233eee5dc4dc20e15b81e9d808c5f23967fd40 (diff)
downloadpathery-b9b735d564d0f52e3107da85b9a54d36d8cb8239.tar.xz
Fixed reversed IsMuted for Chat.
Diffstat (limited to 'pages')
-rw-r--r--pages/chat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/chat.php b/pages/chat.php
index c6ff79c..c04f7b6 100644
--- a/pages/chat.php
+++ b/pages/chat.php
@@ -141,7 +141,7 @@ function getChatDone(data) {
firstGetChat = false;
}
document.title = lastDisplay+': '+lastMessage.substring(0, 10)+'... Pathery Chat';
- if (chatIsMuted == 'true') {
+ if (chatIsMuted == 'false') {
soundManager.setVolume('charm', 20);
soundManager.setPan('charm', -60)
soundManager.setPosition('charm',150);