diff --git a/client/src/components/construct.jsx b/client/src/components/construct.jsx index 151b9846..d603460c 100644 --- a/client/src/components/construct.jsx +++ b/client/src/components/construct.jsx @@ -67,7 +67,7 @@ class ConstructAvatar extends Component { return true; } - if (animText && animText.constructId === construct.id) { + if (animText && animText !== this.props.animText && animText.constructId === construct.id) { return wiggle(construct.id, this.idle); }