diff --git a/src/websocket.ts b/src/websocket.ts index 757ae11..73b4192 100644 --- a/src/websocket.ts +++ b/src/websocket.ts @@ -64,6 +64,7 @@ export default new Promise(async (resolve, reject) => { if (client.readyState === client.OPEN) { client.send( JSON.stringify({ + match_id: payload.match_id, attacker_id: payload.attacker_id, attacker_name: payload.attacker_name, cause_of_death: payload.cause_of_death,