mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Setup Game State will now look for text files in the Forge directory instead of the system user directory (maybe it's worth creating the "tests" folder or something like that where to pile up test cases for various cards?..)
This commit is contained in:
@@ -942,7 +942,7 @@ public class GuiDisplayUtil implements NewConstants {
|
||||
String t_computerSetupLibrary = "NONE";
|
||||
String t_changePlayer = "NONE";
|
||||
|
||||
String wd = System.getProperty("user.dir");
|
||||
String wd = ".";
|
||||
JFileChooser fc = new JFileChooser(wd);
|
||||
int rc = fc.showDialog(null, "Select Game State File");
|
||||
if (rc != JFileChooser.APPROVE_OPTION)
|
||||
|
||||
Reference in New Issue
Block a user