mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
FIX typo in DeckSection extraction from token Key
Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
@@ -180,7 +180,7 @@ public class DeckRecognizer {
|
||||
tokenKey.collectorNumber = keyInfo[2];
|
||||
tokenKey.typeName = keyInfo[3];
|
||||
if (keyInfo.length > 4)
|
||||
tokenKey.deckSection = keyInfo[3];
|
||||
tokenKey.deckSection = keyInfo[4];
|
||||
else
|
||||
tokenKey.deckSection = null;
|
||||
return tokenKey;
|
||||
|
||||
Reference in New Issue
Block a user