mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 07:54:19 +00:00
Fixed invalid spawn position setting for plugins
This commit is contained in:
parent
7fea29e874
commit
0dfaa19380
@ -1367,8 +1367,6 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
|
||||
$this->dead = false;
|
||||
|
||||
$this->setPosition($spawnPosition, true);
|
||||
|
||||
$pk = new StartGamePacket;
|
||||
$pk->seed = $this->getLevel()->getSeed();
|
||||
$pk->x = $this->x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user