mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
every 30 seconds, syncing local time
This commit is contained in:
parent
156f186e49
commit
52665e38c7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
// if (seconds === 0 && minutes === 0) {
|
// if (seconds === 0 && minutes === 0) {
|
||||||
// _this.popCuckooOut();
|
// _this.popCuckooOut();
|
||||||
// }
|
// }
|
||||||
if (seconds % 15 === 0) {
|
if (seconds % 30 === 0) {
|
||||||
_this.popCuckooOut();
|
_this.popCuckooOut();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue