aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1065-API-to-check-if-the-server-is-sleeping.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/1065-API-to-check-if-the-server-is-sleeping.patch')
-rw-r--r--patches/server/1065-API-to-check-if-the-server-is-sleeping.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1065-API-to-check-if-the-server-is-sleeping.patch b/patches/server/1065-API-to-check-if-the-server-is-sleeping.patch
index 9f542e8138..d20ddcd4bb 100644
--- a/patches/server/1065-API-to-check-if-the-server-is-sleeping.patch
+++ b/patches/server/1065-API-to-check-if-the-server-is-sleeping.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] API to check if the server is sleeping
diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
-index 6a4f99c56f8f49f5087a582a8c77be2c261537bb..78ec2c6d4546bc4eaedd64fa8340f5654876f65c 100644
+index a2f274504a5ce13b491d4a5d77b3e26fcf7a85a6..f07661d09f21b8691ef2e09a1e8ddce6ad53b473 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
-@@ -3186,4 +3186,10 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
+@@ -3187,4 +3187,10 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
}
}
// Paper end - Add tick times API and /mspt command