diff options
Diffstat (limited to 'patches/server/1069-API-to-allow-disallow-tick-sleeping.patch')
-rw-r--r-- | patches/server/1069-API-to-allow-disallow-tick-sleeping.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1069-API-to-allow-disallow-tick-sleeping.patch b/patches/server/1069-API-to-allow-disallow-tick-sleeping.patch index 9fb5b54049..751159901c 100644 --- a/patches/server/1069-API-to-allow-disallow-tick-sleeping.patch +++ b/patches/server/1069-API-to-allow-disallow-tick-sleeping.patch @@ -51,10 +51,10 @@ index 5d070f036dae6d93f863c55192b557419634456d..c26e3a239441376f2694782d4f079435 // Paper end - API to check if the server is sleeping } diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -index 605662917a7720a6c5134fd1d93aa2d26116b76d..cac8592e3a2f438fe9ca167a4fdcd65152bbb2de 100644 +index 7afc3d4244c096f78d48338da2eb65c4e834b6f1..ac8af406180bc680d46e8edc3da0fc2e5211345a 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -@@ -3252,5 +3252,10 @@ public final class CraftServer implements Server { +@@ -3264,5 +3264,10 @@ public final class CraftServer implements Server { public boolean isPaused() { return this.console.isTickPaused(); } |