aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-02-06 16:41:28 +0100
committerstonedDiscord <Tukz@gmx.de>2023-02-06 16:41:28 +0100
commitae0ef40f6f710596e2c2f26c51ff1a4ed0dea466 (patch)
tree91b0205055ac5be48f517a3b10c9317496e24f95 /webAO/viewport
parent3e2b183f3700fd4afcc87341fc64fed2518858f1 (diff)
move blips to blips folder
Diffstat (limited to 'webAO/viewport')
-rw-r--r--webAO/viewport/utils/handleICSpeaking.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/viewport/utils/handleICSpeaking.ts b/webAO/viewport/utils/handleICSpeaking.ts
index e2d147d..b1aa02d 100644
--- a/webAO/viewport/utils/handleICSpeaking.ts
+++ b/webAO/viewport/utils/handleICSpeaking.ts
@@ -244,7 +244,7 @@ export const handle_ic_speaking = async (playerChatMsg: ChatMsg) => {
client.viewport.blipChannels.forEach(
(channel: HTMLAudioElement) =>
- (channel.src = `${AO_HOST}sounds/general/sfx-blip${encodeURI(
+ (channel.src = `${AO_HOST}sounds/blips/${encodeURI(
client.viewport.getChatmsg().blips.toLowerCase()
)}.opus`)
);