mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-27 08:18:31 +02:00
Removed error sound effect
This commit is contained in:
@@ -31,7 +31,6 @@ module.exports = function(socket, sound) {
|
||||
}
|
||||
$('#buffer').append('<span style="color:#D62D18;">[i] Error: ' + error + '</span><br>');
|
||||
$('#buffer').scrollTop($('#buffer').prop('scrollHeight'));
|
||||
sound.error();
|
||||
});
|
||||
|
||||
socket.on('bot:message', function(string) {
|
||||
|
||||
Reference in New Issue
Block a user