mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Attempting to fix IndexOutOfBounds exception in GauntletWinLose
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class GauntletWinLoseController {
|
||||
final List<String> lstEventNames = gd.getEventNames();
|
||||
final List<Deck> lstDecks = gd.getDecks();
|
||||
final List<String> lstEventRecords = gd.getEventRecords();
|
||||
final int len = lstDecks.size();
|
||||
final int len = lstEventNames.size();
|
||||
final int num = gd.getCompleted();
|
||||
FSkinProp icon = null;
|
||||
String message1 = null;
|
||||
|
||||
Reference in New Issue
Block a user