Skip to content
Snippets Groups Projects
Commit bbf4c95c authored by Craig Hendricks's avatar Craig Hendricks Committed by Rob Swindell
Browse files

Fix for new `chat_sounds` assignment

parent 2a6f852f
No related branches found
No related tags found
1 merge request!546Fix for new `chat_sounds` assignment
......@@ -405,7 +405,7 @@ function main() {
session.twit_list = settings.twit_list[user.alias].split(ascii(126));
}
if (settings.chat_sounds[user.alias]) {
session.chat_sounds = settings.chat_sounds[user.alias];
chat_sounds = settings.chat_sounds[user.alias];
}
const frames = init_display(session.msg_color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment