Server: fixed an oops

This commit is contained in:
Dylan K. Taylor 2019-01-13 21:00:16 +00:00
parent 3e1aa3e2b4
commit ff5cb84b81

View File

@ -1298,7 +1298,7 @@ class Server{
$this->getLogger()->debug("Server unique id: " . $this->getServerUniqueId());
$this->getLogger()->debug("Machine unique id: " . Utils::getMachineUniqueId());
$this->network = new Network($this);
$this->network = new Network();
$this->network->setName($this->getMotd());