fix block offset

This commit is contained in:
ghost 2024-02-13 03:14:40 +02:00
parent c753e48a21
commit eb0f76e185

View File

@ -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
); );
} }