aboutsummaryrefslogtreecommitdiff
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 8ade352..6ee4b9a 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -12,7 +12,7 @@ export interface ClientboundPacket {
}
export interface ServerboundPacket {
- ping: null,
+ ping?: null,
relay?: { recipient?: number, message: RelayMessage },
}