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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index abfb7dc..8ade352 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -12,6 +12,7 @@ export interface ClientboundPacket {
}
export interface ServerboundPacket {
+ ping: null,
relay?: { recipient?: number, message: RelayMessage },
}