mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed some lines indented with 4 spaces rather than tabs
This commit is contained in:
@ -22,13 +22,13 @@
|
||||
namespace pocketmine\block;
|
||||
|
||||
class PoweredRail extends Solid {
|
||||
protected $id = self::POWERED_RAIL;
|
||||
protected $id = self::POWERED_RAIL;
|
||||
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Powered Rail";
|
||||
}
|
||||
public function getName(){
|
||||
return "Powered Rail";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user