SelfMute: add support for new voice extension IsClientTalking

This commit is contained in:
BotoX
2019-09-01 16:34:54 +02:00
parent 08e1670b7f
commit f63651ef0a
3 changed files with 59 additions and 9 deletions
-2
View File
@@ -203,8 +203,6 @@ static int Subscribe_GameEvents_Replay(int Index, const char[] sEventName)
JSONObject jEventData = new JSONObject();
jEventData.SetString("name", sName);
char sBuf[MAX_NAME_LENGTH];
jEventData.GetString("name", sBuf, sizeof(sBuf));
jEventData.SetInt("index", client - 1);
jEventData.SetInt("userid", GetClientUserId(client));
jEventData.SetString("networkid", sSteamID);