From c1b9bbb5e76b88e803ba833c16337d528c1dd7be Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Dec 2025 01:12:16 +0100 Subject: Rename effect packet for compatiblity with older clients --- server/protocol/Cargo.toml | 2 +- server/protocol/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/protocol') diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 520db1ef..f439f4fd 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "12.1.0" +version = "12.0.0" edition = "2024" [dependencies] diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 1fbb5e03..d7cd2cd9 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -267,7 +267,7 @@ pub enum PacketC { message: Option, timeout: Option, }, - Effect { + Effect2 { name: String, location: ItemLocation, }, -- cgit v1.3