You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
fix for the voice sounds
bool __fastcall send_net_channel(INetChannel* thisptr, int edx, INetMessage* message, bool force_reliable, bool voice)
{
// check for voicedata group and enable voice streams
if (message->get_group() == INetChannelInfo::VOICE)
voice = true;
}
(owner - #465)
The text was updated successfully, but these errors were encountered: