mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Merge pull request #2779 from alejandroliu/patch-1
Fixed a silly typo in Server.php line 1142.
This commit is contained in:
commit
7c0bd45d1d
@ -1139,7 +1139,7 @@ class Server{
|
|||||||
|
|
||||||
$seed = $seed === null ? Binary::readInt(@Utils::getRandomBytes(4, false)) : (int) $seed;
|
$seed = $seed === null ? Binary::readInt(@Utils::getRandomBytes(4, false)) : (int) $seed;
|
||||||
|
|
||||||
if(!isset($options["presey"])){
|
if(!isset($options["preset"])){
|
||||||
$options["preset"] = $this->getConfigString("generator-settings", "");
|
$options["preset"] = $this->getConfigString("generator-settings", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user