Eliminate more hard dependencies on MainLogger

This commit is contained in:
Dylan K. Taylor
2018-06-04 16:52:03 +01:00
parent 35eaf38ca1
commit dce8ed9dd1
3 changed files with 5 additions and 8 deletions

View File

@ -1637,7 +1637,7 @@ class Server{
$this->craftingManager = new CraftingManager();
$this->resourceManager = new ResourcePackManager($this->getDataPath() . "resource_packs" . DIRECTORY_SEPARATOR);
$this->resourceManager = new ResourcePackManager($this->getDataPath() . "resource_packs" . DIRECTORY_SEPARATOR, $this->logger);
$this->pluginManager = new PluginManager($this, $this->commandMap);
$this->pluginManager->subscribeToPermission(Server::BROADCAST_CHANNEL_ADMINISTRATIVE, $this->consoleSender);