mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
chore: Removed temporary audio backend address
This commit is contained in:
parent
3d204af60f
commit
ce129691a7
@ -99,8 +99,6 @@ export class AudioManager {
|
||||
|
||||
if (!this.#socket) return;
|
||||
|
||||
this.#socket = new WebSocket(`wss://refugees.dcsolympus.com/audio`); // TODO: remove, used for testing!
|
||||
|
||||
/* Log the opening of the connection */
|
||||
this.#socket.addEventListener("open", (event) => {
|
||||
console.log("Connection to audio websocket successfull");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user