update 2023-06-22 14:55:01
This commit is contained in:
parent
8c3de64c5c
commit
884c843261
@ -282,7 +282,7 @@ final class Watcher
|
||||
$next = $book + 1;
|
||||
|
||||
// if we already looked over 66
|
||||
if ($next >= 66)
|
||||
if ($next >= 67)
|
||||
{
|
||||
$next = 1;
|
||||
}
|
||||
|
@ -251,7 +251,7 @@
|
||||
$next = $book + 1;
|
||||
|
||||
// if we already looked over 66
|
||||
if ($next >= 66)
|
||||
if ($next >= 67)
|
||||
{
|
||||
$next = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user