summaryrefslogtreecommitdiff
path: root/common/packets.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r--common/packets.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index 49ab295..fe3be33 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -6,7 +6,7 @@ interface F_RTCIceCandidateInit { candidate?: string; sdpMLineIndex?: number | n
export interface ClientboundPacket {
init?: { your_id: number, version: string },
- client_join?: { id: number, name: string },
+ client_join?: { id: number },
client_leave?: { id: number },
message?: { sender: number, message: string },
}