From: Ian Jackson Date: Sun, 23 Aug 2020 20:04:02 +0000 (+0100) Subject: done X-Git-Tag: otter-0.2.0~1070 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=44e2b3b50deb47e5dda8a8935b82a1c03881a3d9;p=otter.git done --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 7fa66944..7699e9cf 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -290,9 +290,7 @@ fn connect(ma: &MainOpts) -> Conn { fn setup_table(ma: &MainOpts, chan: &mut ConnForGame, spec: &TableSpec) -> Result<(),AE> { - // xxx should delete old players - - // create missing players + // create missing players and delete old players let (added_players,) = { let (_, nick2id) = chan.get_info()?;