mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
You cant call gson, the exception is that the string is too long,
This commit is contained in:
parent
498ab6d165
commit
ca01d6efb8
@ -47,7 +47,7 @@ public class ParallaxChunkMeta {
|
||||
|
||||
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user