From: Ian Jackson Date: Sun, 23 Aug 2020 20:04:39 +0000 (+0100) Subject: fix X-Git-Tag: otter-0.2.0~1069 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=04a4bb37ed9ff66ad647133e9540a08653ee00c4;p=otter.git fix --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 7699e9cf..91a1cd0c 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -363,10 +363,6 @@ fn setup_table(ma: &MainOpts, chan: &mut ConnForGame, insns.push(MgmtGameInstruction::ResetPlayerAccesses { players: resetreport.clone(), }); - insns.push(MgmtGameInstruction::ReportPlayerAccesses { - // xxx not needed - players: resetreport.clone(), - }); let mut got_tokens = None; chan.alter_game(insns, Some(&mut |response| { if let MgmtGameResponse::PlayerAccessTokens(tokens) = response {