mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
fix deck import exception message
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
This commit is contained in:
@@ -104,7 +104,7 @@ public class DeckImportController {
|
|||||||
deckSection = DeckSection.Conspiracy;
|
deckSection = DeckSection.Conspiracy;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new NotImplementedException("Unexpected section: %s", t.getText());
|
throw new NotImplementedException("Unexpected section: " + t.getText());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (type != DeckRecognizer.TokenType.KnownCard) {
|
if (type != DeckRecognizer.TokenType.KnownCard) {
|
||||||
|
|||||||
Reference in New Issue
Block a user