diff --git a/client/src/events.jsx b/client/src/events.jsx index 9c3c2d8d..ce566608 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -216,6 +216,7 @@ function registerEvents(store) { } function promptRegister() { + store.dispatch(actions.setTutorial(99)); store.dispatch(actions.setInstance(null)); }