fix(bot_local): always hold on point gain
This commit is contained in:
parent
87677a09b0
commit
89916c63ca
2 changed files with 3 additions and 3 deletions
|
|
@ -237,7 +237,7 @@ pub fn App() -> impl IntoView {
|
|||
let is_host = session.is_host;
|
||||
let player_id = session.player_id;
|
||||
let reconnect_token = session.reconnect_token;
|
||||
let mut vs = ViewState::default_with_names("Host", "Guest");
|
||||
let mut vs = ViewState::default_with_names("Blancs", "Noirs");
|
||||
|
||||
loop {
|
||||
futures::select! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue