mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Remove duplicated tiles from chunk table automatically
This commit is contained in:
@ -21,12 +21,7 @@
|
||||
|
||||
namespace pocketmine\block;
|
||||
|
||||
|
||||
abstract class Solid extends Block{
|
||||
|
||||
public function __construct($id, $meta = 0, $name = "Unknown"){
|
||||
parent::__construct($id, $meta, $name);
|
||||
$this->isSolid = true;
|
||||
$this->isFullBlock = true;
|
||||
}
|
||||
public $isSolid = true;
|
||||
public $isFullBlock = true;
|
||||
}
|
Reference in New Issue
Block a user