updated a test failure fix

This commit is contained in:
Evan Kranzler 2021-01-30 13:37:29 -05:00
parent 4df7bc157c
commit 175e15ff98
2 changed files with 5 additions and 6 deletions

View file

@ -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);