mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Fixed #265
This commit is contained in:
parent
00a41e7e11
commit
98c790d731
@ -116,7 +116,7 @@ class SuperflatGenerator implements LevelGenerator{
|
||||
}
|
||||
|
||||
public function populateLevel(){
|
||||
$this->random->seed($this->level->getSeed());
|
||||
$this->random->setSeed($this->level->getSeed());
|
||||
if(isset($this->options["spawn"])){
|
||||
$spawn = array(10, new SandstoneBlock());
|
||||
if(isset($this->options["spawn"]["radius"])){
|
||||
|
Loading…
x
Reference in New Issue
Block a user