mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
* Text import - works now also if tab is used to delimiter number and card name.
This commit is contained in:
parent
f1b063f339
commit
c02e5c8fbc
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ public class TxtDeckImporter extends DeckImporter {
|
|||
return;
|
||||
}
|
||||
|
||||
line = line.replace("\t"," "); // changing tabs to blanks as delimiter
|
||||
int delim = line.indexOf(' ');
|
||||
if (delim < 0) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue