mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed color-issue on entering a channel
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user