mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
such fix. I even made a regular expression to find these
This commit is contained in:
@ -94,7 +94,7 @@ class SmallTreeObject extends TreeObject{
|
||||
}
|
||||
|
||||
// Place the trunk last
|
||||
if( $leaflevel > 1 )
|
||||
if($leaflevel > 1)
|
||||
{
|
||||
$trunkpos = new Vector3( $pos->x, $pos->y + $yy, $pos->z );
|
||||
$level->setBlockRaw($trunkpos, new WoodBlock( $this->type ) );
|
||||
|
Reference in New Issue
Block a user