aboutsummaryrefslogtreecommitdiff
path: root/server/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'server/protocol')
-rw-r--r--server/protocol/Cargo.toml2
-rw-r--r--server/protocol/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
index f439f4fd..520db1ef 100644
--- a/server/protocol/Cargo.toml
+++ b/server/protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-protocol"
-version = "12.0.0"
+version = "12.1.0"
edition = "2024"
[dependencies]
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs
index 6b4e97f1..1fbb5e03 100644
--- a/server/protocol/src/lib.rs
+++ b/server/protocol/src/lib.rs
@@ -269,7 +269,7 @@ pub enum PacketC {
},
Effect {
name: String,
- player: PlayerID,
+ location: ItemLocation,
},
ServerMessage {
message: Message,