Skip to content

Commit 7f91e34

Browse files
committed
Oops meant to keep this
1 parent 7c2309b commit 7f91e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/geysermc/optionalpack/OptionalPack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static void main(String[] args) {
101101
// Step 5: Cleanup temporary folders and files
102102
log("Clearing temporary files...");
103103
clientJar.close();
104-
// deleteDirectory(WORKING_PATH.toFile());
104+
deleteDirectory(WORKING_PATH.toFile());
105105

106106
// Step 6: Finish!!
107107
DecimalFormat r3 = new DecimalFormat("0.000");

0 commit comments

Comments
 (0)