mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 19:55:00 +00:00
Revert "You cant call gson, the exception is that the string is too long,"
This reverts commit ca01d6efb80dd754ce0a454011cba8ebaedb54ef.
This commit is contained in:
parent
ca01d6efb8
commit
f8ae842971
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user