mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #11315 from CorruptComputer/why
Removes dmm2tgm from map merger
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[] 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");
|
||||
@@ -99,6 +101,7 @@ public class MapMerge {
|
||||
System.out.println("Downloads can be found here: https://www.python.org/downloads/");
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user