Fix last commit, oops

dev/0.11
modmuss50 2021-03-31 13:28:26 +01:00
parent a3c90aca19
commit ce19467121
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
getProject().getLogger().lifecycle(":remapping minecraft (TinyRemapper, " + fromM + " -> " + toM + ")");
Files.delete(output);
Files.deleteIfExists(output);
TinyRemapper remapper = getTinyRemapper(fromM, toM);