UpdateNotifyEvent: updated documentation

This commit is contained in:
Dylan K. Taylor
2022-05-21 20:32:30 +01:00
parent e9a17374d1
commit 82104a8251

View File

@ -26,7 +26,7 @@ namespace pocketmine\event\server;
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.
*/
class UpdateNotifyEvent extends ServerEvent{