mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge branch 'release/3.3'
This commit is contained in:
@ -66,7 +66,7 @@ class AutoUpdater{
|
||||
$this->updateInfo = $updateInfo;
|
||||
$this->checkUpdate();
|
||||
if($this->hasUpdate()){
|
||||
$this->server->getPluginManager()->callEvent(new UpdateNotifyEvent($this));
|
||||
(new UpdateNotifyEvent($this))->call();
|
||||
if($this->server->getProperty("auto-updater.on-update.warn-console", true)){
|
||||
$this->showConsoleUpdate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user