Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 81e6ef8

Browse files
authored
Update chat.js
1 parent 34b92eb commit 81e6ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ var stunServerList = [
16831683
window.audioengine2 = new window.NESAudio();
16841684
window.usermics = {};
16851685
window.chatMuted = false;
1686-
if (localStorage.getItem("permMuted")) {
1686+
if (localStorage.getItem("isMute")) {
16871687
window.chatMuted = true;
16881688
}
16891689
setInterval(() => {

0 commit comments

Comments
 (0)