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:
@ -27,15 +27,15 @@ use pocketmine\Player;
|
||||
|
||||
class RedMushroom extends Flowable{
|
||||
|
||||
protected $id = self::RED_MUSHROOM;
|
||||
protected $id = self::RED_MUSHROOM;
|
||||
|
||||
public function __construct(){
|
||||
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Red Mushroom";
|
||||
}
|
||||
return "Red Mushroom";
|
||||
}
|
||||
|
||||
|
||||
public function onUpdate($type){
|
||||
|
Reference in New Issue
Block a user