mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Prevent double CraftWorld for the same world
This commit is contained in:
@@ -318,7 +318,7 @@ public final class CraftServer implements Server {
|
||||
}
|
||||
}
|
||||
|
||||
return new CraftWorld(internal);
|
||||
return internal.getWorld();
|
||||
}
|
||||
|
||||
public MinecraftServer getServer() {
|
||||
|
Reference in New Issue
Block a user