NetworkSession: add an extra debug

This commit is contained in:
Dylan K. Taylor 2019-06-11 09:55:32 +01:00
parent 8e6f21afad
commit 1c69226187

View File

@ -554,6 +554,7 @@ class NetworkSession{
$this->sendDataPacket(PlayStatusPacket::create(PlayStatusPacket::LOGIN_SUCCESS));
$this->logger->debug("Initiating resource packs phase");
$this->setHandler(new ResourcePacksSessionHandler($this, $this->server->getResourcePackManager()));
}