[minor] Some code cleaning.

This commit is contained in:
LevelX2 2013-06-17 13:50:20 +02:00
parent d1153d26a3
commit c6a283583a
2 changed files with 4 additions and 3 deletions

View file

@ -86,8 +86,9 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect<PutLibraryInt
break;
}
}
return true;
}
return true;
return false;
}
@Override