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));