A stupid mistake...
This commit is contained in:
parent
f3c32d21d4
commit
e0dd1b740c
1 changed files with 1 additions and 2 deletions
|
@ -127,7 +127,6 @@ class GenPainter extends Generator{
|
||||||
$data = array_merge($data, $config);
|
$data = array_merge($data, $config);
|
||||||
unset($data["heightmap_name"]);
|
unset($data["heightmap_name"]);
|
||||||
file_put_contents($this->worldpath . "gendata/geninfos.json", json_encode($data));
|
file_put_contents($this->worldpath . "gendata/geninfos.json", json_encode($data));
|
||||||
if($this->getServer()->getPluginManager()->getPlugin("PSMCore") !== null) \Ad5001\PSMCore\API::displayNotification("GenPainter", "Generating world " . $level->getName() . "...");
|
|
||||||
}
|
}
|
||||||
// Adding symlink to get path later.
|
// Adding symlink to get path later.
|
||||||
if(file_exists(getcwd() . "/plugins/GenPainterPE/tmp/" . $this->genid)) unlink(getcwd() . "/plugins/GenPainterPE/tmp/" . $this->genid);
|
if(file_exists(getcwd() . "/plugins/GenPainterPE/tmp/" . $this->genid)) unlink(getcwd() . "/plugins/GenPainterPE/tmp/" . $this->genid);
|
||||||
|
@ -432,4 +431,4 @@ class GenPainter extends Generator{
|
||||||
if(count($found) == 0) return $spawn;
|
if(count($found) == 0) return $spawn;
|
||||||
return $found[mt_rand(0, count($found) - 1)];
|
return $found[mt_rand(0, count($found) - 1)];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue