cleanup residual file ahead of time

This commit is contained in:
Downforce Agent 2024-05-08 07:21:53 -05:00
parent 020ec4b5d9
commit 72b075bf7b

View File

@ -181,6 +181,10 @@ public class Gonzo {
}
}
}
// cleanup so we don't run it again for the next mod unless needed
// this is not necessary but good practice
new File(System.getProperty("user.home") + "/.firestar/temp/delete.txt").delete();
}
} catch (Exception e) {
System.out.println(e.getMessage());