- Why was this stack trace spamming my console log?

This commit is contained in:
Sol
2016-01-10 17:54:48 +00:00
parent 64723e431e
commit 8e5822fe82

View File

@@ -3676,7 +3676,7 @@ public class Card extends GameEntity implements Comparable<Card> {
if (!controller.getOpponents().contains(sourceController)) {
return false;
}
new Exception().printStackTrace();
//new Exception().printStackTrace();
} else if (property.startsWith("ChosenCtrl")) {
if (!controller.equals(source.getChosenPlayer())) {
return false;