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

This commit is contained in:
Daniel Mills 2021-07-26 12:04:37 -04:00
parent 498ab6d165
commit ca01d6efb8

View File

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