Skip to content

Commit 51af11e

Browse files
committed
Updated Upstream (Leaf)
1 parent 978c692 commit 51af11e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deepslateMC-server/paper-patches/files/src/main/java/org/spigotmc/WatchdogThread.java.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/main/java/org/spigotmc/WatchdogThread.java
22
+++ b/src/main/java/org/spigotmc/WatchdogThread.java
3-
@@ -83,15 +_,15 @@
3+
@@ -82,15 +_,15 @@
44
We do not want people to report thread issues to Paper,
55
but we do want people to report thread issues to Gale.
66
*/
@@ -19,7 +19,7 @@
1919

2020
if (net.minecraft.world.level.Level.lastPhysicsProblem != null) {
2121
logger.log(Level.SEVERE, "------------------------------");
22-
@@ -116,13 +_,13 @@
22+
@@ -115,13 +_,13 @@
2323
We do not want people to report thread issues to Paper,
2424
but we do want people to report thread issues to Gale.
2525
*/
@@ -34,8 +34,8 @@
3434
+ logger.log(Level.SEVERE, "Server thread dump (Look for plugins here before reporting to DeepslateMC!):"); // Paper // Gale - branding changes // Leaf - Rebrand // Deepslate
3535
FeatureHooks.dumpAllChunkLoadInfo(MinecraftServer.getServer(), isLongTimeout); // Paper - log detailed tick information
3636
WatchdogThread.dumpThread(ManagementFactory.getThreadMXBean().getThreadInfo(MinecraftServer.getServer().serverThread.getId(), Integer.MAX_VALUE), logger);
37-
// Leaf start
38-
@@ -153,7 +_,7 @@
37+
logger.log(Level.SEVERE, "------------------------------");
38+
@@ -154,7 +_,7 @@
3939
We do not want people to report thread issues to Paper,
4040
but we do want people to report thread issues to Gale.
4141
*/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=de.pascalpex.deepslatemc
22
version=1.21.4-R0.1-SNAPSHOT
33
packageVersion = 1_21_R3
44
mcVersion=1.21.4
5-
leafRef=985513a2f7b348b3bb80893559a8b9fb69d8333c
5+
leafRef=510ddf3bbcf88e5b401ba42db2a3ca35d9fcbbb6
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

0 commit comments

Comments
 (0)