Prevent double CraftWorld for the same world

This commit is contained in:
Erik Broes 2011-03-24 22:43:21 +01:00
parent 69d5132df4
commit 93fff2d5f5

View File

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