formatting
This commit is contained in:
parent
88194975ac
commit
5f2e73e373
@ -212,9 +212,8 @@ function registerEvents(store) {
|
||||
if (v.phase === 'Finished') {
|
||||
ws.sendAccountInstances();
|
||||
}
|
||||
if (localStorage.getItem('tutorial-complete')){
|
||||
if (localStorage.getItem('tutorial-complete')) {
|
||||
store.dispatch(actions.setTutorial(null));
|
||||
|
||||
} else if (v.time_control === 'Practice' && v.rounds.length === 1 && tutorial) {
|
||||
tutorialVbox(player, store, tutorial);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user