OH-GAWD-WHY

This commit is contained in:
64FF00 2015-02-05 19:30:52 +09:00
parent 9a5afff4ab
commit afa9acf22f

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