mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 02:12:28 +01:00
Fix multiple users in vc disconnecting eachother
This commit is contained in:
parent
c7ce750e92
commit
16568aa906
@ -135,7 +135,7 @@ export async function onVoiceStateUpdate(this: WebSocket, data: Payload) {
|
||||
guild_id: voiceState.guild_id,
|
||||
endpoint: guildRegion.endpoint,
|
||||
},
|
||||
guild_id: voiceState.guild_id,
|
||||
user_id: this.user_id,
|
||||
} as VoiceServerUpdateEvent);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user