We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2309b commit 7f91e34Copy full SHA for 7f91e34
src/main/java/org/geysermc/optionalpack/OptionalPack.java
@@ -101,7 +101,7 @@ public static void main(String[] args) {
101
// Step 5: Cleanup temporary folders and files
102
log("Clearing temporary files...");
103
clientJar.close();
104
-// deleteDirectory(WORKING_PATH.toFile());
+ deleteDirectory(WORKING_PATH.toFile());
105
106
// Step 6: Finish!!
107
DecimalFormat r3 = new DecimalFormat("0.000");
0 commit comments