From: Ian Jackson Date: Sun, 1 May 2022 17:49:20 +0000 (+0100) Subject: apitest: updates: explicitly ignore various other updates X-Git-Tag: otter-1.1.0~348 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6191908485051ffb6b68f597876d33c12c0cabc6;p=otter.git apitest: updates: explicitly ignore various other updates Signed-off-by: Ian Jackson --- diff --git a/apitest/atmain.rs b/apitest/atmain.rs index e3436e36..5b601265 100644 --- a/apitest/atmain.rs +++ b/apitest/atmain.rs @@ -458,6 +458,8 @@ pub fn update_update_pieces( let ns = v.get("ns").unwrap(); p.info.extend(ns.as_object().unwrap()); } else if k.starts_with("SetTable") { + } else if k == "AddPlayer" || k == "RemovePlayer" { + } else if k == "UpdateBundles" || k == "SetLinks" { } }