mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -23,14 +23,14 @@ namespace pocketmine\block;
|
||||
|
||||
class StillLava extends Lava{
|
||||
|
||||
protected $id = self::STILL_LAVA;
|
||||
protected $id = self::STILL_LAVA;
|
||||
|
||||
public function getName(){
|
||||
return "Still Lava";
|
||||
}
|
||||
public function getName(){
|
||||
return "Still Lava";
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 500;
|
||||
}
|
||||
public function getHardness(){
|
||||
return 500;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user