diff --git a/src/pocketmine/Server.php b/src/pocketmine/Server.php index e79e3d650..c95190130 100644 --- a/src/pocketmine/Server.php +++ b/src/pocketmine/Server.php @@ -1607,7 +1607,7 @@ class Server{ $this->pluginManager->loadPlugins($this->pluginPath); - $this->updater = new AutoUpdater($this, $this->getProperty("auto-updater.host", "www.pocketmine.net")); + $this->updater = new AutoUpdater($this, $this->getProperty("auto-updater.host", "update.pmmp.io")); $this->enablePlugins(PluginLoadOrder::STARTUP);