More php7 mess (EndTag Stone, EndTag Portal Frame)

This commit is contained in:
Dylan K. Taylor 2017-02-21 12:32:50 +00:00
parent 9f7dc32650
commit dac6c49bce
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class EndPortalFrame extends Solid{
}
public function getName(){
return "EndTag Portal Frame";
return "End Portal Frame";
}
public function getHardness(){

View File

@ -32,7 +32,7 @@ class EndStone extends Solid{
}
public function getName(){
return "EndTag Stone";
return "End Stone";
}
public function getToolType(){