mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Why was this stack trace spamming my console log?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user