forked from UNLOZE/sm-plugins
SelfMute: add support for new voice extension IsClientTalking
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user