Browse Source

fix block offset

main
ghost 4 months ago
parent
commit
eb0f76e185
  1. 2
      src/index.php

2
src/index.php

@ -376,6 +376,6 @@ for ($block = $state; $block <= $blocks; $block++) @@ -376,6 +376,6 @@ for ($block = $state; $block <= $blocks; $block++)
// Update current block state
file_put_contents(
__DIR__ . '/../.state',
$block
$block + 1
);
}
Loading…
Cancel
Save