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:
@ -22,10 +22,9 @@
|
||||
namespace pocketmine\block;
|
||||
|
||||
|
||||
|
||||
abstract class Transparent extends Block{
|
||||
|
||||
public function isTransparent(){
|
||||
return true;
|
||||
}
|
||||
public function isTransparent(){
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user