mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
tests: remove unnecessary Block::getName() override
This commit is contained in:
parent
cbebb70af6
commit
2c33d8429e
@ -25,7 +25,4 @@ namespace pocketmine\block;
|
|||||||
|
|
||||||
class OutOfBoundsBlock extends Block{
|
class OutOfBoundsBlock extends Block{
|
||||||
|
|
||||||
public function getName() : string{
|
|
||||||
return "Out of Bounds Block";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user