mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Remove a couple of obsolete TODO comments
This commit is contained in:
@ -1579,7 +1579,6 @@ class Level implements ChunkManager, Metadatable{
|
||||
*/
|
||||
public function useBreakOn(Vector3 $vector, Item &$item = null, Player $player = null, bool $createParticles = false) : bool{
|
||||
$target = $this->getBlock($vector);
|
||||
//TODO: Adventure mode checks
|
||||
|
||||
if($item === null){
|
||||
$item = Item::get(Item::AIR, 0, 0);
|
||||
|
Reference in New Issue
Block a user