Entity: clean up sendData() handling, remove send-to-self hack

This commit is contained in:
Dylan K. Taylor
2020-10-08 21:35:36 +01:00
parent 01b44ab0bc
commit b0b08d45d5
6 changed files with 21 additions and 24 deletions

View File

@@ -649,8 +649,7 @@ class NetworkSession{
}
public function onRespawn() : void{
$this->player->sendData($this->player);
$this->player->sendData($this->player->getViewers());
$this->player->sendData(null);
$this->syncAdventureSettings($this->player);
$this->invManager->syncAll();