Remove unneeded comments

This commit is contained in:
Dylan K. Taylor 2017-03-08 19:51:07 +00:00
parent 295d9bc80b
commit 9311b4f248

View File

@ -58,8 +58,8 @@ class StartGamePacket extends DataPacket{
public function encode(){ public function encode(){
$this->reset(); $this->reset();
$this->putEntityUniqueId($this->entityUniqueId); //EntityUniqueID $this->putEntityUniqueId($this->entityUniqueId);
$this->putEntityRuntimeId($this->entityRuntimeId); //EntityRuntimeID $this->putEntityRuntimeId($this->entityRuntimeId);
$this->putVector3f($this->x, $this->y, $this->z); $this->putVector3f($this->x, $this->y, $this->z);
$this->putLFloat(0); //TODO: find out what these are (yaw/pitch?) $this->putLFloat(0); //TODO: find out what these are (yaw/pitch?)
$this->putLFloat(0); $this->putLFloat(0);