Fixed getting spawn seed

This commit is contained in:
Shoghi Cervantes Pueyo 2013-05-17 13:56:18 +02:00
parent 2377cf7199
commit 09fabfc87e

View File

@ -910,7 +910,7 @@ class Player{
"status" => 0, "status" => 0,
)); ));
$this->dataPacket(MC_START_GAME, array( $this->dataPacket(MC_START_GAME, array(
"seed" => $this->server->seed, "seed" => $this->level->getSeed(),
"x" => $this->data->get("position")["x"], "x" => $this->data->get("position")["x"],
"y" => $this->data->get("position")["y"], "y" => $this->data->get("position")["y"],
"z" => $this->data->get("position")["z"], "z" => $this->data->get("position")["z"],