aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-17 20:07:01 +0200
committersD <stoned@derpymail.org>2020-08-17 20:07:01 +0200
commit089af7e22a00d0e725b38006c5c5f149bda1f759 (patch)
tree94edd78c16a1440d3d135cff97139fa75fa20db8
parentb0fb74ce9cb02291df59f15be526d0ee2a147fd7 (diff)
sfx spam got fixed in 2.8
-rw-r--r--webAO/client.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 6d6a3a7..ad07670 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1730,8 +1730,6 @@ async changeBackground(position) {
// case 5:
// zoom
default:
- // due to a retarded client bug, we need to strip the sfx from the MS, if the preanim isn't playing
- this.chatmsg.sound = "";
this.chatmsg.startspeaking = true;
break;
}