mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Modified misleading comment (#1455)
The plugin isn't supposed to extend PluginTask, the task is
This commit is contained in:
parent
1a88f59b23
commit
119913da30
@ -24,7 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\scheduler;
|
namespace pocketmine\scheduler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WARNING! Plugins that create tasks MUST extend PluginTask
|
* WARNING! Tasks created by plugins MUST extend PluginTask
|
||||||
*/
|
*/
|
||||||
abstract class Task{
|
abstract class Task{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user