mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
changed time
This commit is contained in:
parent
be7a7f329b
commit
2168a1a6ed
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
// if (seconds === 0 && minutes === 0) {
|
||||
// _this.popCuckooOut();
|
||||
// }
|
||||
if (seconds % 45 === 0) {
|
||||
if (seconds % 30 === 0) {
|
||||
_this.popCuckooOut();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue