mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
WTF to JSON
This commit is contained in:
parent
11c0477a34
commit
714936f710
@ -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