Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 0a2b045

Browse files
committed
Remove debug log
1 parent 133ba4a commit 0a2b045

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

patches/server/0175-Fix-loading-worlds-generators.patch

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4b4907165001042fae97a6824cb8addf532b6590 Mon Sep 17 00:00:00 2001
1+
From 2d06e5ba82113d248150797d564c10d3b11c3b6a Mon Sep 17 00:00:00 2001
22
From: Peridot <peridot491@protonmail.com>
33
Date: Sun, 24 Jul 2022 19:58:10 +0200
44
Subject: [PATCH] Fix loading worlds generators
@@ -47,10 +47,10 @@ index b2b824c3b..aae6a657c 100644
4747
+
4848
}
4949
diff --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");

0 commit comments

Comments
 (0)