mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 11:12:14 +00:00
Fixes #11301
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -88,7 +88,9 @@ public class MapMerge {
|
|||||||
String to_save = selected_map;
|
String to_save = selected_map;
|
||||||
String[] passInto = { "-clean", backup_map, edited_map, to_save };
|
String[] passInto = { "-clean", backup_map, edited_map, to_save };
|
||||||
MapPatcher.main(passInto);
|
MapPatcher.main(passInto);
|
||||||
try{
|
|
||||||
|
// Will try to fix when I have time ~CorruptComputer
|
||||||
|
/*try{
|
||||||
Process process = new ProcessBuilder("dmm2tgm\\dmm2tgm.exe", selected_map).start();
|
Process process = new ProcessBuilder("dmm2tgm\\dmm2tgm.exe", selected_map).start();
|
||||||
}catch(Exception e1){
|
}catch(Exception e1){
|
||||||
System.out.println("You are not on a windows machine, trying the .py");
|
System.out.println("You are not on a windows machine, trying the .py");
|
||||||
@@ -99,6 +101,7 @@ public class MapMerge {
|
|||||||
System.out.println("Downloads can be found here: https://www.python.org/downloads/");
|
System.out.println("Downloads can be found here: https://www.python.org/downloads/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user