remove tutorial stage check for reset
This commit is contained in:
parent
52e67e49d0
commit
0dfe181d52
@ -26,7 +26,7 @@ const addState = connect(
|
||||
dispatch(actions.setNav('play'));
|
||||
dispatch(actions.setGame(null));
|
||||
dispatch(actions.setInstance(null));
|
||||
if (tutorial && tutorial < 7) dispatch(actions.setTutorial(1));
|
||||
if (tutorial) dispatch(actions.setTutorial(1));
|
||||
}
|
||||
|
||||
return { leave };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user