Use loadkeys

This commit is contained in:
cyberpwn 2021-08-18 03:02:17 -04:00
parent 522eabce5e
commit c56e5d17be

View File

@ -458,7 +458,7 @@ public class Iris extends VolmitPlugin implements Listener {
.minHeight(0)
.maxHeight(256)
.build();
return new BukkitChunkGenerator(w, false, new File(w.worldFolder(), "iris"), dim.getName());
return new BukkitChunkGenerator(w, false, new File(w.worldFolder(), "iris"), dim.getLoadKey());
}
public static void msg(String string) {