mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 07:34:48 +01:00
Okay, back to arbitrary offsets!
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
7c3ca1d44c
commit
244af81134
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));
|
||||
}
|
||||
|
||||
int dimension = Environment.values().length + 1 + 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);
|
||||
internal.worldMaps = console.worlds.get(0).worldMaps;
|
||||
|
||||
|
|
Loading…
Reference in a new issue