mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 21:59:52 +00:00
Fixed a silly typo in Server.php line 1142.
Fixed a silly typo in Server.php line 1142. Yes, the "t" is next to the "y" on my keyboard too!
This commit is contained in:
parent
891eeff75a
commit
5f2254cc42
@ -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