mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +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;
|
||||
}
|
||||
else {
|
||||
throw new NotImplementedException("Unexpected section: %s", t.getText());
|
||||
throw new NotImplementedException("Unexpected section: " + t.getText());
|
||||
}
|
||||
}
|
||||
if (type != DeckRecognizer.TokenType.KnownCard) {
|
||||
|
||||
Reference in New Issue
Block a user