Skip to content

Commit

Permalink
Remove repeated SetTargetPointer line
Browse files Browse the repository at this point in the history
  • Loading branch information
ssk97 committed Aug 13, 2024
1 parent 20f3ef8 commit 7d05886
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public boolean checkTrigger(GameEvent event, Game game) {
default:
throw new UnsupportedOperationException("Unexpected setTargetPointer in ActivatePlaneswalkerLoyaltyAbilityTriggeredAbility: " + setTargetPointer);
}
getEffects().setTargetPointer(new FixedTarget(event.getTargetId(), game));
return true;
}
}

0 comments on commit 7d05886

Please sign in to comment.