mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 12:53:45 +00:00
Remove unneeded comments
This commit is contained in:
parent
295d9bc80b
commit
9311b4f248
@ -58,8 +58,8 @@ class StartGamePacket extends DataPacket{
|
||||
|
||||
public function encode(){
|
||||
$this->reset();
|
||||
$this->putEntityUniqueId($this->entityUniqueId); //EntityUniqueID
|
||||
$this->putEntityRuntimeId($this->entityRuntimeId); //EntityRuntimeID
|
||||
$this->putEntityUniqueId($this->entityUniqueId);
|
||||
$this->putEntityRuntimeId($this->entityRuntimeId);
|
||||
$this->putVector3f($this->x, $this->y, $this->z);
|
||||
$this->putLFloat(0); //TODO: find out what these are (yaw/pitch?)
|
||||
$this->putLFloat(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user