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:
committed by
StrangeOne101
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user