Multiplayer #1

Merged
joel merged 19 commits from multiplayer into main 2024-12-26 18:38:24 +00:00
Showing only changes of commit 254bbe8723 - Show all commits

View file

@ -134,7 +134,7 @@ export function Game(props: {
}) })
.catch((error) => { .catch((error) => {
console.error({error}); console.error({error});
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
}); });
} }
@ -511,7 +511,7 @@ export function Game(props: {
}) })
}}/>); }}/>);
} else { } else {
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
} }
@ -539,9 +539,8 @@ export function Game(props: {
}) })
.catch((error) => { .catch((error) => {
console.error({error}); console.error({error});
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
}); });
} }
}}>Pass }}>Pass
</button> </button>