Skip to content

Commit

Permalink
[release] Merge pull request #377 from Acappella-nano/1.13.2
Browse files Browse the repository at this point in the history
bugfix in aoedamage
  • Loading branch information
phoenixlzx authored Apr 8, 2019
2 parents d055a6c + c652651 commit c3c60a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public PowerResult<Void> fire(Player player, ItemStack stack) {
|| (e == player)
|| (!incluePlayers && e instanceof Player)
) {
++count;
c++;
continue;
}
e.damage(damage, player);
Expand Down

0 comments on commit c3c60a1

Please sign in to comment.