- CheckStyle.

This commit is contained in:
Chris
2012-01-18 15:33:23 +00:00
parent a33162ebd3
commit dfbb478007
4 changed files with 10 additions and 10 deletions

View File

@@ -1038,7 +1038,7 @@ public class MagicStack extends MyObservable {
if (!hasFoundPossibleSA) { if (!hasFoundPossibleSA) {
return; return;
} }
if(source.getOwner().isHuman()) { if (source.getOwner().isHuman()) {
AllZone.getGameAction().playCardNoCost(source); AllZone.getGameAction().playCardNoCost(source);
} else { } else {
System.out.println("rebound: " + source); System.out.println("rebound: " + source);