mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 08:29:44 +00:00
Adds even more clarification to metrics opt-out
This commit is contained in:
parent
06e3d33845
commit
e6b76cadbc
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class Commandessentials extends EssentialsCommand
|
|||
{
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue