mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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<String> lstEventNames = gd.getEventNames();
|
||||||
final List<Deck> lstDecks = gd.getDecks();
|
final List<Deck> lstDecks = gd.getDecks();
|
||||||
final List<String> lstEventRecords = gd.getEventRecords();
|
final List<String> lstEventRecords = gd.getEventRecords();
|
||||||
final int len = lstDecks.size();
|
final int len = lstEventNames.size();
|
||||||
final int num = gd.getCompleted();
|
final int num = gd.getCompleted();
|
||||||
FSkinProp icon = null;
|
FSkinProp icon = null;
|
||||||
String message1 = null;
|
String message1 = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user