mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-05 20:59:03 +02:00
Removed error sound effect
This commit is contained in:
@@ -4,14 +4,10 @@ module.exports = function() {
|
||||
var error = "error";
|
||||
|
||||
createjs.Sound.registerSound("/sounds/connected.mp3", connected);
|
||||
createjs.Sound.registerSound("/sounds/error.mp3", error);
|
||||
|
||||
return {
|
||||
connected: function() {
|
||||
createjs.Sound.play(connected);
|
||||
},
|
||||
error: function() {
|
||||
createjs.Sound.play(error);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user