aboutsummaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-19 22:04:04 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-19 22:04:13 +0200
commit2409588706b8fdb69e83773c5e2326c7765e2d2f (patch)
tree380759754de377817525a4ff71187029208ecd9e /test-client/protocol.ts
parentf241e4283c20dfedf27e4f9c5090a4533bd674d2 (diff)
downloadhurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar
hurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar.bz2
hurrycurry-2409588706b8fdb69e83773c5e2326c7765e2d2f.tar.zst
send player in tutorial ended
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 1c7e30cd..8f20176f 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -64,7 +64,7 @@ export type PacketC =
| { type: "score" } & Score // Supplies information for score OSD
| { type: "menu" } & Menu // Open a menu on the client-side
| { type: "environment", effects: string[] }
- | { type: "tutorial_ended", item: ItemIndex }
+ | { type: "tutorial_ended", item: ItemIndex, player: PlayerID }
| { type: "set_ingame", state: boolean, lobby: boolean } // Set to false when entering the game or switching maps
export type Menu =