From bc2218914824bf4e63f4ba55b072afccd92fda80 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Nov 2020 23:20:55 +0000 Subject: [PATCH] a todo Signed-off-by: Ian Jackson --- src/commands.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.rs b/src/commands.rs index 589b0faf..68772a21 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -80,6 +80,7 @@ pub enum MgmtGameInstruction { JoinGame { details: MgmtPlayerDetails }, UpdatePlayer { player: PlayerId, details: MgmtPlayerDetails }, +// LeaveGame(PlayerId), xxx and in otter cli too ClearLog, SetACL { acl: Acl }, -- 2.30.2