mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Kill player below -16 as now the bottom of the world can be rendered, send player count
This commit is contained in:
@ -195,6 +195,12 @@ class Network{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function updateName(){
|
||||
foreach($this->interfaces as $interface){
|
||||
$interface->setName($this->name);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $id 0-255
|
||||
* @param DataPacket $class
|
||||
|
Reference in New Issue
Block a user