Browse Source

fix block offset

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

2
src/index.php

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