mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 21:24:53 +00:00
Fixed getting spawn seed
This commit is contained in:
parent
2377cf7199
commit
09fabfc87e
@ -910,7 +910,7 @@ class Player{
|
||||
"status" => 0,
|
||||
));
|
||||
$this->dataPacket(MC_START_GAME, array(
|
||||
"seed" => $this->server->seed,
|
||||
"seed" => $this->level->getSeed(),
|
||||
"x" => $this->data->get("position")["x"],
|
||||
"y" => $this->data->get("position")["y"],
|
||||
"z" => $this->data->get("position")["z"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user