9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

WTF to JSON

This commit is contained in:
CocoTheOwner
2021-07-25 22:47:30 +02:00
committed by StrangeOne101
parent 11c0477a34
commit 714936f710

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));
}
}