funny number

This commit is contained in:
Brady 2018-10-12 22:15:54 -05:00
parent 2fc282477d
commit 6277c20e4c
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class Determinizer {
continue;
}
JarEntry clone = new JarEntry(entry.getName());
clone.setTime(0);
clone.setTime(42069);
jos.putNextEntry(clone);
if (entry.getName().endsWith(".refmap.json")) {
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();