duplicate line

This commit is contained in:
Mashy 2019-11-25 22:19:48 +10:00
parent a50d10185f
commit 86a84cbcea

View File

@ -188,7 +188,6 @@ function registerEvents(store) {
store.dispatch(actions.setActiveSkill(null)); store.dispatch(actions.setActiveSkill(null));
store.dispatch(actions.setInfo(null)); store.dispatch(actions.setInfo(null));
store.dispatch(actions.setItemUnequip([])); store.dispatch(actions.setItemUnequip([]));
store.dispatch(actions.setItemUnequip([]));
store.dispatch(actions.setVboxCombiner(null)); store.dispatch(actions.setVboxCombiner(null));
store.dispatch(actions.setVboxHighlight(null)); store.dispatch(actions.setVboxHighlight(null));
store.dispatch(actions.setVboxInfo(null)); store.dispatch(actions.setVboxInfo(null));