aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch')
-rw-r--r--Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch b/Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch
index 73ee96c425..bc1367847d 100644
--- a/Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch
+++ b/Spigot-Server-Patches/0441-Add-tick-times-API-and-mspt-command.patch
@@ -147,10 +147,10 @@ index 5b6f3d811ff55d0c6d55bddc7707ef878baff782..04eb2af28f9843ef7641f5464d2a043c
+ // Paper end
}
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-index f3169a2b9b2c4a06d6502cb96ddca8616cbcbf32..831d03ec0b60757450acfff1260ffab03e37039b 100644
+index 4f9917af2ebb11266afe925daac154c8e2e9479b..ff7456a744bb0e42ba96fcb699690de82582a06d 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-@@ -2132,6 +2132,16 @@ public final class CraftServer implements Server {
+@@ -2139,6 +2139,16 @@ public final class CraftServer implements Server {
net.minecraft.server.MinecraftServer.getServer().tps15.getAverage()
};
}