mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Server: fixed an oops
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user