mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +02:00
Update cat.js
This commit is contained in:
parent
0ce6a305bd
commit
a3c91b12b9
1 changed files with 4 additions and 3 deletions
|
@ -33,10 +33,11 @@ var _this;
|
||||||
update: function() {
|
update: function() {
|
||||||
if (_this.injector !== null) {
|
if (_this.injector !== null) {
|
||||||
_this.isMeowing = this.injector.isPlaying;
|
_this.isMeowing = this.injector.isPlaying;
|
||||||
|
if (_this.isMeowing === false) {
|
||||||
|
_this.injector = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (_this.isMeowing === false) {
|
|
||||||
_this.injector = null;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
meow: function() {
|
meow: function() {
|
||||||
|
|
Loading…
Reference in a new issue