mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
loadkey instead of name
This commit is contained in:
parent
5c541275c5
commit
474b851275
@ -474,7 +474,7 @@ public class Iris extends VolmitPlugin implements Listener {
|
|||||||
.minHeight(0)
|
.minHeight(0)
|
||||||
.maxHeight(256)
|
.maxHeight(256)
|
||||||
.build();
|
.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) {
|
public static void msg(String string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user