mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-20 10:00:31 +00:00
Fix indentation in LevelDB saveChunk method
- Correct indentation for putByte and foreach loop calls - Ensure consistent tab-based indentation throughout the method
This commit is contained in:
parent
941632bed9
commit
7472c5b73d
@ -783,9 +783,9 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
|
|||||||
$layers[] = $subChunk->getLiquidLayer();
|
$layers[] = $subChunk->getLiquidLayer();
|
||||||
}
|
}
|
||||||
|
|
||||||
$subStream->putByte(count($layers));
|
$subStream->putByte(count($layers));
|
||||||
|
|
||||||
foreach($layers as $layer){
|
foreach($layers as $layer){
|
||||||
$this->serializeBlockPalette($subStream, $layer);
|
$this->serializeBlockPalette($subStream, $layer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user