mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 01:40:33 +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() {
|
||||
|
||||
if(iOwn === false) {
|
||||
return;
|
||||
}
|
||||
|
||||
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
|
||||
if (!_this.clockBodyAnimationProps) {
|
||||
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
||||
|
|
Loading…
Reference in a new issue