iown false

This commit is contained in:
ericrius1 2016-03-21 10:31:27 -07:00
parent 795747f408
commit 9188c9de0d

View file

@ -95,6 +95,11 @@
update: function() {
if(iOwn === false) {
return;
}
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
if (!_this.clockBodyAnimationProps) {
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");