From 0f6912134096d998ef7f02f151e0eb4b37debe60 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 16 Sep 2019 21:32:01 +1000 Subject: [PATCH] anims return rm --- 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));