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:
@ -24,11 +24,11 @@ namespace pocketmine\block;
|
||||
|
||||
class WallSign extends SignPost{
|
||||
|
||||
protected $id = self::WALL_SIGN;
|
||||
protected $id = self::WALL_SIGN;
|
||||
|
||||
public function getName(){
|
||||
return "Wall Sign";
|
||||
}
|
||||
public function getName(){
|
||||
return "Wall Sign";
|
||||
}
|
||||
|
||||
public function onUpdate($type){
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user