From ee93fbe01500dc37e835609006c62804f52d1c4e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Nov 2020 23:56:27 +0000 Subject: [PATCH] wip cli for new accounts Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 01e2aec8..8a05757b 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -397,7 +397,7 @@ fn setup_table(ma: &MainOpts, chan: &mut ConnForGame, if ma.verbose >= 1 { eprintln!("removing old player {:?}", &nick); } - insns.push(Insn::RemovePlayer(st.id)); + insns.push(Insn::RemovePlayer { player: st.id }); } let mut added_players = HashSet::new(); -- 2.30.2