Remove resolved todo for metrics command
This commit is contained in:
parent
e7ff175eff
commit
8283af25af
@ -52,7 +52,6 @@ public class ReportMetricsCommand extends CommandBase<ReportPlugin>
|
||||
}
|
||||
else // display global metrics
|
||||
{
|
||||
// TODO: do we parse days for global metrics?
|
||||
UtilPlayer.message(player, F.main("Report Metrics", F.elem("Global Metrics") + " (" + F.elem(days + " days") + ")"));
|
||||
displayGlobalMetrics(player, days);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user