mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +00:00
Fixed getting spawn seed
This commit is contained in:
parent
2377cf7199
commit
09fabfc87e
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user