1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

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 24fd0485be
commit 6dbd2a37f7

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)
{ {