Merge pull request #2779 from alejandroliu/patch-1

Fixed a silly typo in Server.php line 1142.
This commit is contained in:
Michael Yoo 2015-03-18 14:04:36 +10:30
commit 7c0bd45d1d

View File

@ -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", "");
} }