mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-24 23:08:28 +02:00
My Servers Feature
Store your favorite servers to easily select them when connecting
This commit is contained in:
@@ -46,7 +46,6 @@ module.exports = function(socket, sound) {
|
||||
socket.on('disconnect', function() {
|
||||
$('#buffer').append('<span style="color:#D62D18;">> Connection to chat server has been lost. Reconnecting...</span><br>');
|
||||
$('#buffer').scrollTop($('#buffer').prop('scrollHeight'));
|
||||
sound.error();
|
||||
});
|
||||
|
||||
socket.on('bot:disconnect', function() {
|
||||
|
||||
Reference in New Issue
Block a user