Send "clear-game" for game reset
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
7330a6a7fc
commit
28c0c52780
@ -150,7 +150,7 @@ const Actions = ({
|
||||
|
||||
const resetGame = () => {
|
||||
sendMessage({
|
||||
type: 'goto-lobby'
|
||||
type: 'clear-game'
|
||||
});
|
||||
if (buildActive) setBuildActive(false);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user