mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed ordering of blocks list and duplicated RedstoneTorch registration
This commit is contained in:
@ -25,11 +25,7 @@ namespace pocketmine\block;
|
||||
|
||||
class RedstoneTorch extends Torch{
|
||||
|
||||
protected $id = self::REDSTONE_TORCH;
|
||||
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
protected $id = self::LIT_REDSTONE_TORCH;
|
||||
|
||||
public function getName(){
|
||||
return "Redstone Torch";
|
||||
|
Reference in New Issue
Block a user