mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Lots of typos fixed, undefined variables, unused code
This commit is contained in:
@ -47,8 +47,8 @@ class TreeObject{
|
||||
$tree = new SmallTreeObject();
|
||||
$tree->type = SaplingBlock::JUNGLE;
|
||||
break;
|
||||
default:
|
||||
case SaplingBlock::OAK:
|
||||
default:
|
||||
/*if($random->nextRange(0, 9) === 0){
|
||||
$tree = new BigTreeObject();
|
||||
}else{*/
|
||||
|
Reference in New Issue
Block a user