mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +00:00
Server: Suppress "Minecraft network interface running" messages if RakLibInterface registration is cancelled (#4603)
This commit is contained in:
parent
1669d33f7e
commit
1b86355c40
@ -1143,7 +1143,9 @@ class Server{
|
|||||||
)));
|
)));
|
||||||
return false;
|
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($useQuery){
|
||||||
if(!$rakLibRegistered){
|
if(!$rakLibRegistered){
|
||||||
//RakLib would normally handle the transport for Query packets
|
//RakLib would normally handle the transport for Query packets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user