Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jun 19, 2018
1 parent f841461 commit 9cad5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/PiggyCustomEnchants/Entities/PiggyLightning.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function entityBaseTick(int $tickDiff = 1): bool
}
return $hasUpdate;
}

/**
* @param Player $player
*/
Expand Down
2 changes: 1 addition & 1 deletion src/PiggyCustomEnchants/PiggyExplosion.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function explodeB(): bool
{
$result = parent::explodeB();
foreach ($this->affectedBlocks as $index => $block) {
if($block->equals($this->source)){
if ($block->equals($this->source)) {
continue;
}
$item = $this->player->getInventory()->getItemInHand();
Expand Down

0 comments on commit 9cad5ad

Please sign in to comment.