mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Updated flat preset, do not allow empty Level names
This commit is contained in:
@ -33,7 +33,7 @@ class SuperflatGenerator implements LevelGenerator{
|
||||
private $level, $random, $structure, $chunks, $options, $floorLevel;
|
||||
|
||||
public function __construct(array $options = array()){
|
||||
$this->preset = "2;7,2x3,2;1;spawn(radius=10 block=24)";
|
||||
$this->preset = "2;7,59x1,3x3,2;1;spawn(radius=10 block=89),trees";
|
||||
$this->options = $options;
|
||||
if(isset($options["preset"])){
|
||||
$this->parsePreset($options["preset"]);
|
||||
|
Reference in New Issue
Block a user