loadkey instead of name

This commit is contained in:
CocoTheOwner 2021-08-14 22:31:39 +02:00
parent 5c541275c5
commit 474b851275

View File

@ -474,7 +474,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) {