diff options
author | kashike <[email protected]> | 2016-09-23 23:18:36 +0000 |
---|---|---|
committer | kashike <[email protected]> | 2016-09-23 23:19:15 +0000 |
commit | 3d5f59c8553cbf9b79003afa32df6a1527c4b17d (patch) | |
tree | 57ea95b17873d6ba519991091b83bf53b3215e2a | |
parent | 3d2be415ccd2ddef9497321ea3d960868b1030a7 (diff) | |
download | Paper-3d5f59c8553cbf9b79003afa32df6a1527c4b17d.tar.gz Paper-3d5f59c8553cbf9b79003afa32df6a1527c4b17d.zip |
Fix @aikar's oops with verbose timings
-rw-r--r-- | Spigot-API-Patches/0003-Timings-v2.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-API-Patches/0003-Timings-v2.patch b/Spigot-API-Patches/0003-Timings-v2.patch index c0df2d837c..faba525132 100644 --- a/Spigot-API-Patches/0003-Timings-v2.patch +++ b/Spigot-API-Patches/0003-Timings-v2.patch @@ -1,4 +1,4 @@ -From e555f871d5cc6a7402bd59651f8e919302f4d9f1 Mon Sep 17 00:00:00 2001 +From 56bac601f45228492f57f6edd5b4daba183343fc Mon Sep 17 00:00:00 2001 From: Aikar <[email protected]> Date: Mon, 29 Feb 2016 18:48:17 -0600 Subject: [PATCH] Timings v2 @@ -1183,7 +1183,7 @@ index 0000000..623dda4 +} diff --git a/src/main/java/co/aikar/timings/Timings.java b/src/main/java/co/aikar/timings/Timings.java new file mode 100644 -index 0000000..0f7be03 +index 0000000..4e5cf35 --- /dev/null +++ b/src/main/java/co/aikar/timings/Timings.java @@ -0,0 +1,273 @@ @@ -1327,7 +1327,7 @@ index 0000000..0f7be03 + * @return Enabled or not + */ + public static boolean isVerboseTimingsEnabled() { -+ return timingsEnabled; ++ return verboseEnabled; + } + + /** @@ -3656,5 +3656,5 @@ index 8d98297..7e89b97 100644 - } } -- -2.9.3 +2.5.0 |