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