Changed FTLDat to allow opening dats in read-only mode
This commit is contained in:
parent
7b65cc5d73
commit
b94440e0a0
7 changed files with 55 additions and 14 deletions
|
@ -322,7 +322,7 @@ public class ModXMLSandbox extends JFrame implements ActionListener {
|
|||
FTLDat.FTLPack dataP = null;
|
||||
InputStream is = null;
|
||||
try {
|
||||
dataP = new FTLDat.FTLPack( dataDatFile, false );
|
||||
dataP = new FTLDat.FTLPack( dataDatFile, "r" );
|
||||
List<String> innerPaths = dataP.list();
|
||||
|
||||
String innerPath = promptForInnerPath( innerPaths );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue