mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
prints
This commit is contained in:
parent
c362b779ae
commit
35831856ea
1 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@
|
|||
},
|
||||
|
||||
update: function() {
|
||||
print('AM I THE OWNER??'+iOwn);
|
||||
if (iOwn === false) {
|
||||
return
|
||||
}
|
||||
|
@ -171,7 +172,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
print('has userdata fish??' + _this.userData['hifi-home-fishtank'].fishLoaded)
|
||||
// print('has userdata fish??' + _this.userData['hifi-home-fishtank'].fishLoaded)
|
||||
|
||||
|
||||
if (_this.userData['hifi-home-fishtank'].fishLoaded === false) {
|
||||
|
|
Loading…
Reference in a new issue