mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-11 21:14:53 +00:00
Fix multiple users in vc disconnecting eachother
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user