mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Remove a bit of duplicate code.
This commit is contained in:
parent
edd97587fc
commit
91b4e024fb
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ public class ZonesHandler {
|
|||
return false;
|
||||
}
|
||||
boolean success = false;
|
||||
if (card == null) {
|
||||
return success;
|
||||
}
|
||||
if (info.faceDown) {
|
||||
card.setFaceDown(true, game);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue