Adds even more clarification to metrics opt-out

This commit is contained in:
Luke GB 2013-09-25 00:19:54 +01:00 committed by KHobbits
parent 06e3d33845
commit e6b76cadbc

View File

@ -238,7 +238,7 @@ public class Commandessentials extends EssentialsCommand
{ {
metrics.disable(); metrics.disable();
} }
sender.sendMessage("Anonymous Metrics are now: " + (metrics.isOptOut() ? "disabled" : "enabled")); sender.sendMessage("Anonymous Metrics are now " + (metrics.isOptOut() ? "disabled" : "enabled") + " for all plugins.");
} }
catch (IOException ex) catch (IOException ex)
{ {