mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +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:
@ -65,7 +65,6 @@ class WorldTimings{
|
|||||||
private static function newTimer(string $worldName, string $timerName) : TimingsHandler{
|
private static function newTimer(string $worldName, string $timerName) : TimingsHandler{
|
||||||
$aggregator = self::$aggregators[$timerName] ??= new TimingsHandler("Worlds - $timerName"); //displayed in Minecraft primary table
|
$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);
|
return new TimingsHandler("$worldName - $timerName", $aggregator, Timings::GROUP_BREAKDOWN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user