Avoid clearTriggers

This commit is contained in:
tool4EvEr
2021-05-02 11:44:41 +02:00
parent e3715c3f81
commit 820c869e2c

View File

@@ -772,7 +772,6 @@ public class Game {
for (Card c : cards) {
// CR 800.4d if card is controlled by opponent, LTB should trigger
if (c.getOwner().equals(p) && c.getController().equals(p)) {
c.getCurrentState().clearTriggers();
c.getGame().getTriggerHandler().clearActiveTriggers(c, null);
}
}