add match id to websocket

This commit is contained in:
2023-05-15 09:58:13 +02:00
parent 625c7730f3
commit 0b6e7ac7e8
+1
View File
@@ -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,