diff --git a/client/src/components/construct.jsx b/client/src/components/construct.jsx index 249a9e22..bfaee61c 100644 --- a/client/src/components/construct.jsx +++ b/client/src/components/construct.jsx @@ -43,7 +43,7 @@ class ConstructAvatar extends Component { if (!animTarget && !animSource) { if (!this.idle) { this.idle = idleAnimation(this.props.construct.id); - this.animations.push(this.idle); + return this.animations.push(this.idle); } return this.idle.play();