Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix behavior with NotifyVoiceServerUpdatedAsync/NotifyVoiceState…
…UpdatedAsync Previously on player creation the event would be only invoked after the player creation finished which implied that only one of the event would be actually invoked on creation. This commit changes to always dispatch both events regardless of their order of execution.
- Loading branch information