Merge branch 'php/7.0'

This commit is contained in:
Dylan K. Taylor 2017-09-04 19:42:03 +01:00
commit c9ee206fe6

View File

@ -306,7 +306,8 @@ class PluginManager{
$name,
$this->server->getLanguage()->translateString("%pocketmine.plugin.unknownDependency", [$dependency])
]));
break;
unset($plugins[$name]);
continue 2;
}
}