mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix typo
This commit is contained in:
parent
1e39c99914
commit
fbaf24228b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class DeckImporterUtil {
|
|||
} else if (file.toLowerCase().endsWith("txt")) {
|
||||
return new TxtDeckImporter();
|
||||
} else if (file.toLowerCase().endsWith("dck")) {
|
||||
return new DekDeckImporter();
|
||||
return new DckDeckImporter();
|
||||
} else if (file.toLowerCase().endsWith("dek")) {
|
||||
return new DekDeckImporter();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue