Update DeckImporter.java

This commit is contained in:
Anthony Calosa
2016-06-17 17:00:44 +08:00
committed by GitHub
parent 3ef6b3a76a
commit 0f9bbc1561

View File

@@ -157,6 +157,8 @@ public class DeckImporter
private static String renameSet(String set)
{
if (set == "")
return "*";
if (set == "AL")
return "ALL";
if (set == "AQ")