remove dev mode tutorial skip
This commit is contained in:
@@ -181,7 +181,7 @@ function registerEvents(store) {
|
||||
const player = v.players.find(p => p.id === account.id);
|
||||
store.dispatch(actions.setPlayer(player));
|
||||
|
||||
if (tutorial && process.env.NODE_ENV !== 'development') tutorialVbox(player, store, tutorial);
|
||||
if (tutorial) tutorialVbox(player, store, tutorial);
|
||||
|
||||
if (v.phase === 'Finished') {
|
||||
ws.sendAccountInstances();
|
||||
@@ -216,7 +216,6 @@ function registerEvents(store) {
|
||||
}
|
||||
|
||||
function promptRegister() {
|
||||
store.dispatch(actions.setTutorial(99));
|
||||
store.dispatch(actions.setInstance(null));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user