mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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{
|
||||
|
||||
public function getName() : string{
|
||||
return "Out of Bounds Block";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user