From 9557f490513cca801d76860dcaccee2fab6757bf Mon Sep 17 00:00:00 2001 From: brajo Date: Mon, 27 Jan 2014 14:47:37 +0000 Subject: [PATCH] Fix typo on /timings on message --- Bukkit-Patches/0004-Enchanced-Timings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit-Patches/0004-Enchanced-Timings.patch b/Bukkit-Patches/0004-Enchanced-Timings.patch index 68c780044..c3dacf3c2 100644 --- a/Bukkit-Patches/0004-Enchanced-Timings.patch +++ b/Bukkit-Patches/0004-Enchanced-Timings.patch @@ -43,7 +43,7 @@ index 7c28b75..1bc26c6 100644 + if ( "on".equals( args[0] ) ) + { + // ( (org.bukkit.plugin.SimplePluginManager) Bukkit.getPluginManager() ).useTimings( true ); -+ sender.sendMessage( ChatColor.RED + "This command disabled as it does not produce accurate results. Please enable plugin-profiling in bukkit.yml and restart." ); ++ sender.sendMessage( ChatColor.RED + "This command is disabled as it does not produce accurate results. Please enable plugin-profiling in bukkit.yml and restart." ); + } else if ( "off".equals( args[0] ) ) + { + ( (org.bukkit.plugin.SimplePluginManager) Bukkit.getPluginManager() ).useTimings( false );