add back register tutorial

This commit is contained in:
Mashy 2020-01-17 17:28:24 +10:00
parent 58edf3d5ee
commit 3767f0dffe

View File

@ -216,6 +216,7 @@ function registerEvents(store) {
}
function promptRegister() {
store.dispatch(actions.setTutorial(99));
store.dispatch(actions.setInstance(null));
}