Skip to content

Commit

Permalink
transformer: don't delete old file
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Dec 7, 2020
1 parent fccf891 commit 8f9c16c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public void run() {

removeMixinLib(jarFs);
ModManifest.injectManifest(mod.getVersion(), jarFs);
mod.getFile().deleteOnExit();
System.out.println("Remap done.");
} catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 8f9c16c

Please sign in to comment.