mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
Remove unused variable
This commit is contained in:
@@ -679,7 +679,6 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
|
|||||||
|
|
||||||
$write = new \LevelDBWriteBatch();
|
$write = new \LevelDBWriteBatch();
|
||||||
|
|
||||||
$previousVersion = $this->readVersion($chunkX, $chunkZ);
|
|
||||||
$write->put($index . ChunkDataKey::NEW_VERSION, chr(self::CURRENT_LEVEL_CHUNK_VERSION));
|
$write->put($index . ChunkDataKey::NEW_VERSION, chr(self::CURRENT_LEVEL_CHUNK_VERSION));
|
||||||
|
|
||||||
$chunk = $chunkData->getChunk();
|
$chunk = $chunkData->getChunk();
|
||||||
|
Reference in New Issue
Block a user