From c15a9361f2e9c58ea7e3236aed4fe71eb5bf9a97 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 10 Sep 2022 17:00:40 -0700 Subject: [PATCH] Make note about packet names matching `packets.json`. --- src/protocol/packets.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/protocol/packets.rs b/src/protocol/packets.rs index 0ad9931..c0f6341 100644 --- a/src/protocol/packets.rs +++ b/src/protocol/packets.rs @@ -1,6 +1,9 @@ //! Packet definitions and related types. //! //! See for more packet documentation. +//! +//! **NOTE**: The names of packets should match the names in `packets.json` +//! where reasonable. #![macro_use]