mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
iown false
This commit is contained in:
parent
795747f408
commit
9188c9de0d
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@
|
||||||
|
|
||||||
|
|
||||||
update: function() {
|
update: function() {
|
||||||
|
|
||||||
|
if(iOwn === false) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
|
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
|
||||||
if (!_this.clockBodyAnimationProps) {
|
if (!_this.clockBodyAnimationProps) {
|
||||||
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
||||||
|
|
Loading…
Reference in a new issue