extra line

This commit is contained in:
Leijurv 2019-02-04 19:01:50 -08:00
parent 62b11c0a8a
commit b55e449398
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class Determinizer {
if (entry.getName().equals("META-INF/fml_cache_class_versions.json")) {
continue;
}
JarEntry clone = new JarEntry(entry.getName());
clone.setTime(42069);
jos.putNextEntry(clone);