mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
More php7 mess (EndTag Stone, EndTag Portal Frame)
This commit is contained in:
parent
9f7dc32650
commit
dac6c49bce
@ -37,7 +37,7 @@ class EndPortalFrame extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getName(){
|
public function getName(){
|
||||||
return "EndTag Portal Frame";
|
return "End Portal Frame";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getHardness(){
|
public function getHardness(){
|
||||||
|
@ -32,7 +32,7 @@ class EndStone extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getName(){
|
public function getName(){
|
||||||
return "EndTag Stone";
|
return "End Stone";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getToolType(){
|
public function getToolType(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user