mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed some lines indented with 4 spaces rather than tabs
This commit is contained in:
@ -52,7 +52,7 @@ class PlayerInteractEvent extends PlayerEvent implements Cancellable{
|
||||
|
||||
/** @var \pocketmine\item\Item */
|
||||
protected $item;
|
||||
|
||||
|
||||
protected $action;
|
||||
|
||||
public function __construct(Player $player, Item $item, Vector3 $block, $face, $action = PlayerInteractEvent::RIGHT_CLICK_BLOCK){
|
||||
|
Reference in New Issue
Block a user