mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge branch 'sentry-bug-fixes' into 'master'
Sentry Bug Fixes Closes #705 See merge request core-developers/forge!914
This commit is contained in:
@@ -72,7 +72,7 @@ public class DeckImportController {
|
||||
}
|
||||
|
||||
final Deck result = new Deck();
|
||||
DeckSection deckSection = null;
|
||||
DeckSection deckSection = DeckSection.Main;
|
||||
String section = "";
|
||||
for (final DeckRecognizer.Token t : tokens) {
|
||||
final DeckRecognizer.TokenType type = t.getType();
|
||||
|
||||
Reference in New Issue
Block a user