1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 10:41:41 +01:00

Prevent double CraftWorld for the same world

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
CraftBukkit/Spigot 2011-03-24 22:43:21 +01:00
parent 4455272132
commit 1fd4236de4

View file

@ -318,7 +318,7 @@ public final class CraftServer implements Server {
}
}
return new CraftWorld(internal);
return internal.getWorld();
}
public MinecraftServer getServer() {