remove dev mode tutorial skip
This commit is contained in:
parent
f52d2e409a
commit
58edf3d5ee
@ -181,7 +181,7 @@ function registerEvents(store) {
|
|||||||
const player = v.players.find(p => p.id === account.id);
|
const player = v.players.find(p => p.id === account.id);
|
||||||
store.dispatch(actions.setPlayer(player));
|
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') {
|
if (v.phase === 'Finished') {
|
||||||
ws.sendAccountInstances();
|
ws.sendAccountInstances();
|
||||||
@ -216,7 +216,6 @@ function registerEvents(store) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function promptRegister() {
|
function promptRegister() {
|
||||||
store.dispatch(actions.setTutorial(99));
|
|
||||||
store.dispatch(actions.setInstance(null));
|
store.dispatch(actions.setInstance(null));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user