diff --git a/src/index.php b/src/index.php index 0a1ff55..bcd567c 100644 --- a/src/index.php +++ b/src/index.php @@ -376,6 +376,6 @@ for ($block = $state; $block <= $blocks; $block++) // Update current block state file_put_contents( __DIR__ . '/../.state', - $block + $block + 1 ); } \ No newline at end of file