mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
Use loadkeys
This commit is contained in:
parent
522eabce5e
commit
c56e5d17be
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user