From: Ian Jackson Date: Sun, 22 Nov 2020 23:20:55 +0000 (+0000) Subject: a todo X-Git-Tag: otter-0.2.0~394 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bc2218914824bf4e63f4ba55b072afccd92fda80;p=otter.git a todo Signed-off-by: Ian Jackson --- 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 },