From 0659e121df5674cb8d44186064aeadd3833aef3c Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 16 Sep 2019 20:03:24 +1000 Subject: [PATCH] anims --- client/src/animations.socket.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/animations.socket.jsx b/client/src/animations.socket.jsx index 16decdef..edd822c6 100644 --- a/client/src/animations.socket.jsx +++ b/client/src/animations.socket.jsx @@ -53,7 +53,6 @@ function createSocket(store) { timeout - TIMES.POST_SKILL_DURATION_MS ); } - return false; return setTimeout(() => { store.dispatch(actions.setAnimSource(null)); store.dispatch(actions.setAnimTarget(null));