remove another goddamn duplicate slash. i hate file paths

This commit is contained in:
Downforce Agent 2024-07-18 22:49:51 -05:00
parent 49281a5248
commit 422c50b610

View File

@ -263,7 +263,7 @@ public class WilkinsCoffee implements ActionListener {
picLabel.setText("");
}
inputContainer2.setVisible(false);
Main.outpath = outPathTemp + "/";
Main.outpath = outPathTemp;
Main.repatch = true;
Main.writeConf();