mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
OH-GAWD-WHY
This commit is contained in:
parent
9a5afff4ab
commit
afa9acf22f
@ -52,6 +52,6 @@ class Location extends Position{
|
||||
}
|
||||
|
||||
public function __toString(){
|
||||
return return "Location(level=" . ($this->isValid() ? $this->getLevel()->getName() : "null") . ",x=$this->x,y=$this->y,z=$this->z,yaw=$this->yaw,pitch=$this->pitch)";
|
||||
return "Location (level=" . ($this->isValid() ? $this->getLevel()->getName() : "null") . ", x=$this->x, y=$this->y, z=$this->z, yaw=$this->yaw, pitch=$this->pitch)";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user