Made maps support MultiWorld worlds.
By: Rigby <rigby@onarandombox.com>
This commit is contained in:
parent
860f6ad4b7
commit
034b084e7c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ public final class CraftServer implements Server {
|
||||||
converter.convert(name, new ConvertProgressUpdater(console));
|
converter.convert(name, new ConvertProgressUpdater(console));
|
||||||
}
|
}
|
||||||
|
|
||||||
int dimension = 200 + console.worlds.size();
|
int dimension = 10 + console.worlds.size();
|
||||||
WorldServer internal = new WorldServer(console, new ServerNBTManager(new File("."), name, true), name, dimension, seed, environment, generator);
|
WorldServer internal = new WorldServer(console, new ServerNBTManager(new File("."), name, true), name, dimension, seed, environment, generator);
|
||||||
internal.worldMaps = console.worlds.get(0).worldMaps;
|
internal.worldMaps = console.worlds.get(0).worldMaps;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue