mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Tree: fixed formatting error
This commit is contained in:
parent
8f89c04c51
commit
4778c1483a
@ -52,7 +52,7 @@ abstract class Tree{
|
||||
/**
|
||||
* @param TreeType|null $type default oak
|
||||
*/
|
||||
public static function get(Random $random, ?TreeType $type = null) : ?self {
|
||||
public static function get(Random $random, ?TreeType $type = null) : ?self{
|
||||
$type = $type ?? TreeType::OAK();
|
||||
if($type->equals(TreeType::SPRUCE())){
|
||||
return new SpruceTree();
|
||||
|
Loading…
x
Reference in New Issue
Block a user