mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Typo
This commit is contained in:
parent
f2c64629a5
commit
232d37ec9b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
|
||||
for (int i = 0; (i < setCodes.length) && (!is_removeFinish); i++) {
|
||||
String item = setCodes[i];
|
||||
if (!item.equals(ConstructedFormats.ALL)) {
|
||||
if (!item.equals(ConstructedFormats.ALL_SETS)) {
|
||||
result.add(item);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue