www.pocketmine.net -> update.pmmp.io (#1263)

This commit is contained in:
xFlare 2017-07-31 17:44:02 -04:00 committed by Dylan K. Taylor
parent 306bf7be5f
commit f0b4a33e2e

View File

@ -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);