From 85f1a6bb33284bf54b6b471e047109c3ba358616 Mon Sep 17 00:00:00 2001 From: Mashy Date: Fri, 13 Sep 2019 22:26:25 +1000 Subject: [PATCH] ahhhhhhhhhhhhhhhhhhhh --- client/src/components/construct.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/construct.jsx b/client/src/components/construct.jsx index cf7a91f0..17e97349 100644 --- a/client/src/components/construct.jsx +++ b/client/src/components/construct.jsx @@ -77,6 +77,7 @@ class ConstructAvatar extends Component { // back to idle if (!animTarget && !animSource) { + if (!this.idle) { this.idle = idleAnimation(this.props.construct.id); return this.animations.push(this.idle); }