From 089af7e22a00d0e725b38006c5c5f149bda1f759 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 17 Aug 2020 20:07:01 +0200 Subject: sfx spam got fixed in 2.8 --- webAO/client.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'webAO') 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; } -- cgit