mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Prevent double CraftWorld for the same world
This commit is contained in:
parent
69d5132df4
commit
93fff2d5f5
@ -318,7 +318,7 @@ public final class CraftServer implements Server {
|
||||
}
|
||||
}
|
||||
|
||||
return new CraftWorld(internal);
|
||||
return internal.getWorld();
|
||||
}
|
||||
|
||||
public MinecraftServer getServer() {
|
||||
|
Loading…
Reference in New Issue
Block a user