Skip to content

Commit

Permalink
Remove arrow trail mutation
Browse files Browse the repository at this point in the history
Signed-off-by: BT (calcastor/mame) <43831917+calcastor@users.noreply.github.com>
  • Loading branch information
calcastor committed Jun 15, 2024
1 parent 384d715 commit 1bfccca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import dev.pgm.community.mutations.MutationType;
import dev.pgm.community.mutations.menu.MutationOptionsMenu;
import dev.pgm.community.mutations.menu.MutationToggleMenu;
import dev.pgm.community.mutations.types.arrows.ArrowTrailMutation;
import dev.pgm.community.mutations.types.arrows.EnderpearlMutation;
import dev.pgm.community.mutations.types.arrows.FireballBowMutation;
import dev.pgm.community.mutations.types.arrows.TNTBowMutation;
Expand Down Expand Up @@ -185,8 +184,6 @@ private Mutation getNewMutation(MutationType type) {
return new StormMutation(getMatch());
case FRIENDLY:
return new FriendlyFireMutation(getMatch());
case ARROW_TRAIL:
return new ArrowTrailMutation(getMatch());
case ENDERPEARL:
return new EnderpearlMutation(getMatch());
case BLOCK_DECAY:
Expand Down

This file was deleted.

0 comments on commit 1bfccca

Please sign in to comment.