Fixed some lines indented with 4 spaces rather than tabs

This commit is contained in:
SOF3
2016-10-03 00:58:34 +08:00
parent 6fc435da0e
commit e913b16804
56 changed files with 238 additions and 238 deletions

View File

@ -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) .