mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Kill player below -16 as now the bottom of the world can be rendered, send player count
This commit is contained in:
@@ -2424,6 +2424,8 @@ class Server{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$this->getNetwork()->updateName();
|
||||
}
|
||||
|
||||
if($this->autoSave and ++$this->autoSaveTicker >= $this->autoSaveTicks){
|
||||
|
Reference in New Issue
Block a user