diff options
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r-- | common/packets.d.ts | 2 |
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 }, } |