Fixed color-issue on entering a channel

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-06 14:07:24 +01:00
parent 259ef0fe7e
commit b68fc778f1
2 changed files with 2 additions and 2 deletions

View File

@@ -232,8 +232,8 @@ function setup_chat_listener(){
}
function setup_list_listener(){
socket.on("channel", List.channel_function);
socket.on("color", Player.setBGimage);
socket.on("channel", List.channel_function);
}
function setup_playlist_listener(){