4
0

update 2023-06-22 14:55:01

This commit is contained in:
Robot 2023-06-22 14:55:01 +02:00
parent 8c3de64c5c
commit 884c843261
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ final class Watcher
$next = $book + 1; $next = $book + 1;
// if we already looked over 66 // if we already looked over 66
if ($next >= 66) if ($next >= 67)
{ {
$next = 1; $next = 1;
} }

View File

@ -251,7 +251,7 @@
$next = $book + 1; $next = $book + 1;
// if we already looked over 66 // if we already looked over 66
if ($next >= 66) if ($next >= 67)
{ {
$next = 1; $next = 1;
} }