Kill player below -16 as now the bottom of the world can be rendered, send player count

This commit is contained in:
Shoghi Cervantes
2015-05-15 16:51:20 +02:00
parent 76e6ccebd5
commit 7a34417e67
4 changed files with 16 additions and 2 deletions

View File

@ -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