Merge pull request #2613 from 64FF00/master

OH-GAWD-WHY blame @PEMapModder
This commit is contained in:
Shoghi Cervantes 2015-02-05 12:57:44 +01:00
commit 9134a69936

View File

@ -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)";
}
}