mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Have correct bStats data point to a new id
This commit is contained in:
parent
6e63007068
commit
a85fd024b2
@ -257,9 +257,9 @@ public class mcMMO extends JavaPlugin {
|
||||
metrics.addCustomChart(new Metrics.SimplePie("version", () -> getDescription().getVersion()));
|
||||
|
||||
if(Config.getInstance().getIsRetroMode())
|
||||
metrics.addCustomChart(new Metrics.SimplePie("scaling", () -> "Retro"));
|
||||
metrics.addCustomChart(new Metrics.SimplePie("leveling_system", () -> "Retro"));
|
||||
else
|
||||
metrics.addCustomChart(new Metrics.SimplePie("scaling", () -> "Standard"));
|
||||
metrics.addCustomChart(new Metrics.SimplePie("leveling_system", () -> "Standard"));
|
||||
}
|
||||
}
|
||||
catch (Throwable t) {
|
||||
|
Loading…
Reference in New Issue
Block a user