Merge branch 'minor-next' into major-next

This commit is contained in:
Dylan K. Taylor
2023-05-30 16:15:56 +01:00
13 changed files with 391 additions and 483 deletions

View File

@ -2350,7 +2350,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
$this->startDeathAnimation();
$this->getNetworkSession()->onServerDeath($ev->getDeathMessage());
$this->getNetworkSession()->onServerDeath($ev->getDeathScreenMessage());
}
protected function onDeathUpdate(int $tickDiff) : bool{