mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Server: fixed an oops
This commit is contained in:
parent
3e1aa3e2b4
commit
ff5cb84b81
@ -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());
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user