mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Some breaking changes for plugins >:D
This commit is contained in:
@ -61,11 +61,11 @@ abstract class Task{
|
||||
/**
|
||||
* Actions to execute when run
|
||||
*
|
||||
* @param $currentTick
|
||||
* @param int $currentTick
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
abstract public function onRun($currentTick);
|
||||
abstract public function onRun(int $currentTick);
|
||||
|
||||
/**
|
||||
* Actions to execute if the Task is cancelled
|
||||
|
Reference in New Issue
Block a user