clear vbox state variables on game leave
This commit is contained in:
@@ -26,6 +26,9 @@ const addState = connect(
|
||||
dispatch(actions.setNav('play'));
|
||||
dispatch(actions.setGame(null));
|
||||
dispatch(actions.setInstance(null));
|
||||
dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] }));
|
||||
dispatch(actions.setInfo(null));
|
||||
dispatch(actions.setItemUnequip([]));
|
||||
if (tutorial) dispatch(actions.setTutorial(1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user