mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
WorldTimings: remove TODO
I tried this, and it didn't really provide any information that the tree table didn't already show.
This commit is contained in:
parent
077fac84bf
commit
d317347a9b
@ -65,7 +65,6 @@ class WorldTimings{
|
||||
private static function newTimer(string $worldName, string $timerName) : TimingsHandler{
|
||||
$aggregator = self::$aggregators[$timerName] ??= new TimingsHandler("Worlds - $timerName"); //displayed in Minecraft primary table
|
||||
|
||||
//TODO: maybe a dedicated group per world would be better?
|
||||
return new TimingsHandler("$worldName - $timerName", $aggregator, Timings::GROUP_BREAKDOWN);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user