removed empty lines

master
melvin 2011-07-27 11:33:47 +08:00
parent 9d4b349f9d
commit 713245292a
1 changed files with 0 additions and 2 deletions

View File

@ -216,9 +216,7 @@ public class PermanentViewerInfo {
}
private static boolean isTargeted(final MagicGame game,final MagicPermanent permanent) {
for (final MagicItemOnStack itemOnStack : game.getStack()) {
if (itemOnStack.containsInChoiceResults(permanent)) {
return true;
}