diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-19 22:04:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-19 22:04:13 +0200 |
commit | 2409588706b8fdb69e83773c5e2326c7765e2d2f (patch) | |
tree | 380759754de377817525a4ff71187029208ecd9e /server/protocol/src | |
parent | f241e4283c20dfedf27e4f9c5090a4533bd674d2 (diff) | |
download | hurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar hurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar.bz2 hurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar.zst |
send player in tutorial ended
Diffstat (limited to 'server/protocol/src')
-rw-r--r-- | server/protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 4ec2ec37..e7b3d483 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -241,6 +241,7 @@ pub enum PacketC { effects: HashSet<String>, }, TutorialEnded { + player: PlayerID, item: ItemIndex, }, |