This repository was archived by the owner on Dec 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- From 4b4907165001042fae97a6824cb8addf532b6590 Mon Sep 17 00:00:00 2001
1+ From 2d06e5ba82113d248150797d564c10d3b11c3b6a Mon Sep 17 00:00:00 2001
22From: Peridot <peridot491@protonmail.com>
33Date: Sun, 24 Jul 2022 19:58:10 +0200
44Subject: [PATCH] Fix loading worlds generators
@@ -47,10 +47,10 @@ index b2b824c3b..aae6a657c 100644
4747+
4848 }
4949diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
50- index c60750266..0faaabc75 100644
50+ index c60750266..ada8e2434 100644
5151--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
5252+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
53- @@ -1408,11 +1408,17 @@ public final class CraftServer implements Server {
53+ @@ -1408,11 +1408,15 @@ public final class CraftServer implements Server {
5454 }
5555
5656 public ChunkGenerator getGenerator(String world) {
@@ -62,8 +62,6 @@ index c60750266..0faaabc75 100644
6262+ }
6363 ChunkGenerator result = null;
6464
65- + System.out.println("name = " + name);
66- +
6765 /* Titanium start
6866- ConfigurationSection section = BukkitConfig.getConfigurationSection("worlds"); //TODO Move this somewhere
6967+ ConfigurationSection section = BukkitConfig.getConfigurationSection("worlds");
You can’t perform that action at this time.
0 commit comments