mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Merge branch 'stable' into master
# Conflicts: # .gitmodules # composer.lock # resources/vanilla # src/network/mcpe/protocol/PlayerAuthInputPacket.php # src/pocketmine/Player.php # src/pocketmine/network/mcpe/protocol/LoginPacket.php
This commit is contained in:
@ -164,7 +164,7 @@ abstract class Timings{
|
||||
}
|
||||
|
||||
public static function getScheduledTaskTimings(TaskHandler $task, int $period) : TimingsHandler{
|
||||
$name = "Task: " . ($task->getOwnerName() ?? "Unknown") . " Runnable: " . $task->getTaskName();
|
||||
$name = "Task: " . $task->getOwnerName() . " Runnable: " . $task->getTaskName();
|
||||
|
||||
if($period > 0){
|
||||
$name .= "(interval:" . $period . ")";
|
||||
|
Reference in New Issue
Block a user