forked from External/mage
updated a test failure fix
This commit is contained in:
parent
4df7bc157c
commit
175e15ff98
2 changed files with 5 additions and 6 deletions
|
|
@ -41,9 +41,6 @@ public class Effects extends ArrayList<Effect> {
|
|||
String lastRule = null;
|
||||
int effectNum = 0;
|
||||
for (Effect effect : this) {
|
||||
if (effect == null) {
|
||||
continue;
|
||||
}
|
||||
String endString = "";
|
||||
String nextRule = effect.getText(mode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue