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