From 2409588706b8fdb69e83773c5e2326c7765e2d2f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 19 Sep 2024 22:04:04 +0200 Subject: send player in tutorial ended --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client') 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 = -- cgit v1.2.3-70-g09d2