remove tutorial stage check for reset
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user