} else {
format!("Make player {} current", &upchar)
}),
- wrc: WRC::UpdateSvg,
+ wrc: WRC::Unpredictable,
});
}
}
def_key: 'S',
opname: "stop".to_string(),
desc: Html::lit("Stop"),
- wrc: WRC::UpdateSvg,
+ wrc: WRC::Unpredictable,
});
}
if state.current.is_none() {
def_key: 'R',
opname: "reset".to_string(),
desc: Html::lit("Reset"),
- wrc: WRC::UpdateSvg,
+ wrc: WRC::Unpredictable,
});
}
def_key: upchar,
opname: format!("unclaim-{}", userinfo.idchar),
desc: Html(format!("Clear player {}", &upchar)),
- wrc: WRC::UpdateSvg,
+ wrc: WRC::Unpredictable,
});
} else {
upd.push(UoDescription {
def_key: upchar,
opname: format!("claim-{}", userinfo.idchar),
desc: Html(format!("Become player {}", &upchar)),
- wrc: WRC::UpdateSvg,
+ wrc: WRC::Unpredictable,
});
}
}
vec![LogEntry { html: Html::lit("<failed to log>") }]
});
let r: PieceUpdateFromOpSimple =
- (WhatResponseToClientOp::UpdateSvg,
+ (WhatResponseToClientOp::Unpredictable,
PieceUpdateOp::Modify(()),
log);