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