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)
{