From 8059e28bbc363dd6304cc67db69dbc573f6e0280 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Jun 2025 18:04:20 +0200 Subject: send clientbound pause notification --- server/protocol/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/protocol/src') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 7c815254..4f0d5d67 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -231,6 +231,9 @@ pub enum PacketC { dir: Vec2, boost: bool, }, + Pause { + state: bool, + }, MoveItem { from: ItemLocation, to: ItemLocation, -- cgit v1.2.3-70-g09d2