mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Deprecate metrics methods
Metrics are controlled via bstats config for some time now. The config option in settings.yml has already been deprecated in the past.
This commit is contained in:
parent
026233b7e7
commit
9a626ea1de
1 changed files with 2 additions and 0 deletions
|
@ -682,6 +682,8 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||
return new BukkitSetupUtils();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
// Metrics are controlled via bstats config
|
||||
@Override public void startMetrics() {
|
||||
if (this.metricsStarted) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue