Remove a bit of duplicate code.

This commit is contained in:
Samuel Sandeen 2016-09-14 19:33:17 -04:00
parent edd97587fc
commit 91b4e024fb

View file

@ -208,9 +208,6 @@ public class ZonesHandler {
return false;
}
boolean success = false;
if (card == null) {
return success;
}
if (info.faceDown) {
card.setFaceDown(true, game);
}