chore: error
This commit is contained in:
parent
7348258868
commit
d5f11c83d0
|
@ -26,7 +26,9 @@ function Play() {
|
|||
dispatch(setSelfEntity(await socket.send(['Join'])));
|
||||
}
|
||||
catch (error) {
|
||||
dispatch(push('/'));
|
||||
if (409 !== error.code) {
|
||||
dispatch(push('/'));
|
||||
}
|
||||
}
|
||||
};
|
||||
join();
|
||||
|
|
Loading…
Reference in New Issue
Block a user