Revert "You cant call gson, the exception is that the string is too long,"

This reverts commit ca01d6efb80dd754ce0a454011cba8ebaedb54ef.
This commit is contained in:
Daniel Mills 2021-07-26 12:04:37 -04:00
parent ca01d6efb8
commit f8ae842971

View File

@ -47,7 +47,7 @@ public class ParallaxChunkMeta {
catch(Throwable e)
{
IO.writeAll(new File("WTF", UUID.randomUUID().toString()), new Gson().toJson(parallaxChunkMeta));
IO.writeAll(new File("WTF", UUID.randomUUID().toString() + ".json"), new Gson().toJson(parallaxChunkMeta));
}
}