diff options
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 05561a12..695d45cf 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -87,6 +87,8 @@ pub enum PacketS { Join { name: String, character: i32, + #[serde(skip)] + id: Option<PlayerID>, // used entity bots that cant receive a response }, Leave { player: PlayerID, |