v0.8 GoldLeaf v0.5 support. Optional. Updated since v0.5.2.

This commit is contained in:
Dmitry Isaenko 2019-09-26 05:15:37 +03:00
parent 1d0a6086de
commit bdb91b0e0a
13 changed files with 614 additions and 9 deletions

View file

@ -576,7 +576,7 @@ class GoldLeaf implements ITransferModule {
}
}
else if (filePath.startsWith("SPEC:/")){
System.out.println(filePath);
//System.out.println(filePath);
filePath = filePath.replaceFirst("SPEC:/","");
if (selectedFile.getName().equals(filePath)){
command.add(GL_OBJ_TYPE_FILE);