Server: Suppress "Minecraft network interface running" messages if RakLibInterface registration is cancelled (#4603)

This commit is contained in:
marshall 2021-12-03 04:28:28 +08:00 committed by Dylan K. Taylor
parent 1669d33f7e
commit 1b86355c40
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1143,7 +1143,9 @@ class Server{
)));
return false;
}
$this->logger->info($this->getLanguage()->translate(KnownTranslationFactory::pocketmine_server_networkStart($prettyIp, (string) $port)));
if($rakLibRegistered){
$this->logger->info($this->getLanguage()->translate(KnownTranslationFactory::pocketmine_server_networkStart($prettyIp, (string) $port)));
}
if($useQuery){
if(!$rakLibRegistered){
//RakLib would normally handle the transport for Query packets