Delete existing ATs when remapping

This commit is contained in:
Juuxel
2020-11-30 19:23:31 +02:00
parent ab954c2b3a
commit a22a9b476c

View File

@@ -71,6 +71,7 @@ public final class AtRemapper {
}
if (!lines.equals(output)) {
Files.delete(atPath);
Files.write(atPath, output);
}
}