mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
UpdateNotifyEvent: updated documentation
This commit is contained in:
@ -26,7 +26,7 @@ namespace pocketmine\event\server;
|
|||||||
use pocketmine\updater\UpdateChecker;
|
use pocketmine\updater\UpdateChecker;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the AutoUpdater receives notification of an available PocketMine-MP update.
|
* Called when the update checker receives notification of an available PocketMine-MP update.
|
||||||
* Plugins may use this event to perform actions when an update notification is received.
|
* Plugins may use this event to perform actions when an update notification is received.
|
||||||
*/
|
*/
|
||||||
class UpdateNotifyEvent extends ServerEvent{
|
class UpdateNotifyEvent extends ServerEvent{
|
||||||
|
Reference in New Issue
Block a user