mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed some lines indented with 4 spaces rather than tabs
This commit is contained in:
@ -46,7 +46,7 @@ class Chunk extends BaseFullChunk{
|
||||
$this->nbt = new CompoundTag("Level", []);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$this->nbt = $nbt;
|
||||
|
||||
if(isset($this->nbt->Entities) and $this->nbt->Entities instanceof ListTag){
|
||||
@ -313,7 +313,7 @@ class Chunk extends BaseFullChunk{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static function fromFastBinary($data, LevelProvider $provider = null){
|
||||
|
||||
try{
|
||||
@ -351,7 +351,7 @@ class Chunk extends BaseFullChunk{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function toFastBinary(){
|
||||
return
|
||||
Binary::writeInt($this->x) .
|
||||
|
Reference in New Issue
Block a user