From 86a84cbcea43effa1436b86945a5bb2e830fa505 Mon Sep 17 00:00:00 2001 From: Mashy Date: Mon, 25 Nov 2019 22:19:48 +1000 Subject: [PATCH] duplicate line --- client/src/events.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/events.jsx b/client/src/events.jsx index 15e7cb79..bb03367b 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -188,7 +188,6 @@ function registerEvents(store) { store.dispatch(actions.setActiveSkill(null)); store.dispatch(actions.setInfo(null)); store.dispatch(actions.setItemUnequip([])); - store.dispatch(actions.setItemUnequip([])); store.dispatch(actions.setVboxCombiner(null)); store.dispatch(actions.setVboxHighlight(null)); store.dispatch(actions.setVboxInfo(null));