From 34c48684bfcc83aad9a7339d9af33589bba3923c Mon Sep 17 00:00:00 2001 From: kraktus Date: Sun, 3 Sep 2023 11:27:58 +0200 Subject: [PATCH] Kick from all broadcast rounds at once --- src/main/scala/ipc/ClientOut.scala | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/scala/ipc/ClientOut.scala b/src/main/scala/ipc/ClientOut.scala index a54f0166..05a589d6 100644 --- a/src/main/scala/ipc/ClientOut.scala +++ b/src/main/scala/ipc/ClientOut.scala @@ -198,10 +198,11 @@ object ClientOut: Some(LobbyForward(o)) // study case "like" | "setPath" | "deleteNode" | "promote" | "forceVariation" | "setRole" | "kick" | - "leave" | "shapes" | "addChapter" | "setChapter" | "editChapter" | "descStudy" | - "descChapter" | "deleteChapter" | "clearAnnotations" | "sortChapters" | "editStudy" | - "setTag" | "setComment" | "deleteComment" | "setGamebook" | "toggleGlyph" | "explorerGame" | - "requestAnalysis" | "invite" | "relaySync" | "setTopics" | "clearVariations" => + "kickBroadcast" | "leave" | "shapes" | "addChapter" | "setChapter" | "editChapter" | + "descStudy" | "descChapter" | "deleteChapter" | "clearAnnotations" | "sortChapters" | + "editStudy" | "setTag" | "setComment" | "deleteComment" | "setGamebook" | "toggleGlyph" | + "explorerGame" | "requestAnalysis" | "invite" | "relaySync" | "setTopics" | + "clearVariations" => Some(StudyForward(o)) // round case "move" =>