9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00

More debug

This commit is contained in:
cyberpwn
2021-08-18 03:13:33 -04:00
parent 7910034916
commit 6a247c425a

View File

@@ -461,6 +461,8 @@ public class Iris extends VolmitPlugin implements Listener {
.maxHeight(256)
.build();
Iris.debug("Generator Config: " + w.toString());
File ff = new File(w.worldFolder(), "iris");
if(!ff.exists() || ff.listFiles().length == 0)
{