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:
Alex 2015-03-17 23:48:23 +01:00
parent 891eeff75a
commit 5f2254cc42

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