mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Add extra debug to ownershipToken.js
This commit is contained in:
parent
a463a3e608
commit
0e5f670cce
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ OwnershipToken.prototype = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.updateLifetimeID) {
|
if (this.updateLifetimeID) {
|
||||||
|
debug(this.name, "Clearing update lifetime interval");
|
||||||
Script.clearInterval(this.updateLifetimeID);
|
Script.clearInterval(this.updateLifetimeID);
|
||||||
this.updateLifetimeID = null;
|
this.updateLifetimeID = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue