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