Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Aug 21, 2015
1 parent e66bf6f commit d27a736
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified tools/mapmerge/MapMerge.jar
Binary file not shown.
Binary file modified tools/mapmerge/Source/bin/MapMerge.class
Binary file not shown.
5 changes: 4 additions & 1 deletion tools/mapmerge/Source/src/MapMerge.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ public static void merge(ArrayList<Path> foundFiles) throws IOException {
String to_save = selected_map;
String[] passInto = { "-clean", backup_map, edited_map, to_save };
MapPatcher.main(passInto);
try{

// Will try to fix when I have time ~CorruptComputer
/*try{
Process process = new ProcessBuilder("dmm2tgm\\dmm2tgm.exe", selected_map).start();
}catch(Exception e1){
System.out.println("You are not on a windows machine, trying the .py");
Expand All @@ -99,6 +101,7 @@ public static void merge(ArrayList<Path> foundFiles) throws IOException {
System.out.println("Downloads can be found here: https://www.python.org/downloads/");
}
}
*/

}
}
Expand Down

0 comments on commit d27a736

Please sign in to comment.