From 0f94e292bde8b9614aa48a6ba87f1a8d927b8133 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 13 Aug 2024 14:50:10 +0200 Subject: replace customers with bots and refactor some more server code. --- server/protocol/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/protocol/src') 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, // used entity bots that cant receive a response }, Leave { player: PlayerID, -- cgit v1.2.3-70-g09d2