Multiplayer #1
1 changed files with 3 additions and 4 deletions
|
@ -134,7 +134,7 @@ export function Game(props: {
|
|||
})
|
||||
.catch((error) => {
|
||||
console.error({error});
|
||||
logDispatch(<div>{error}</div>);
|
||||
//logDispatch(<div>{error}</div>);
|
||||
});
|
||||
|
||||
}
|
||||
|
@ -511,7 +511,7 @@ export function Game(props: {
|
|||
})
|
||||
}}/>);
|
||||
} else {
|
||||
logDispatch(<div>{error}</div>);
|
||||
//logDispatch(<div>{error}</div>);
|
||||
}
|
||||
|
||||
|
||||
|
@ -539,9 +539,8 @@ export function Game(props: {
|
|||
})
|
||||
.catch((error) => {
|
||||
console.error({error});
|
||||
logDispatch(<div>{error}</div>);
|
||||
//logDispatch(<div>{error}</div>);
|
||||
});
|
||||
|
||||
}
|
||||
}}>Pass
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue