mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Support creating custom gauntlet for mobile game
This commit is contained in:
@@ -85,7 +85,7 @@ public enum CSubmenuGauntletLoad implements ICDoc {
|
||||
}
|
||||
|
||||
private void updateData() {
|
||||
final File[] files = GauntletIO.getGauntletFilesUnlocked();
|
||||
final File[] files = GauntletIO.getGauntletFilesUnlocked(null);
|
||||
final List<GauntletData> data = new ArrayList<GauntletData>();
|
||||
|
||||
for (final File f : files) {
|
||||
|
||||
Reference in New Issue
Block a user