aboutsummaryrefslogtreecommitdiff
path: root/server/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r--server/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs
index 7b3ce48d..6aba5f8f 100644
--- a/server/src/commands.rs
+++ b/server/src/commands.rs
@@ -275,7 +275,7 @@ impl Server {
}),
Command::Effect { name } => {
self.broadcast
- .send(PacketC::Effect {
+ .send(PacketC::Effect2 {
name,
location: ItemLocation::Player(player, Hand(0)),
})