mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Query: remove useless noise
why do we need 3 log messages for something that does ... basically nothing?
This commit is contained in:
parent
23071d257e
commit
0811ce81e5
@ -1 +1 @@
|
|||||||
Subproject commit 73ed1ab3e1f2a1644fe908b439f8cf8ed6c12ab5
|
Subproject commit 5f9877c1bc08082f0917f284be023e26bb83d3ae
|
@ -52,10 +52,9 @@ class QueryHandler implements RawPacketHandler{
|
|||||||
|
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
$this->server = Server::getInstance();
|
$this->server = Server::getInstance();
|
||||||
$this->server->getLogger()->info($this->server->getLanguage()->translateString("pocketmine.server.query.start"));
|
|
||||||
$addr = $this->server->getIp();
|
$addr = $this->server->getIp();
|
||||||
$port = $this->server->getPort();
|
$port = $this->server->getPort();
|
||||||
$this->server->getLogger()->info($this->server->getLanguage()->translateString("pocketmine.server.query.info", [$port]));
|
|
||||||
/*
|
/*
|
||||||
The Query protocol is built on top of the existing Minecraft PE UDP network stack.
|
The Query protocol is built on top of the existing Minecraft PE UDP network stack.
|
||||||
Because the 0xFE packet does not exist in the MCPE protocol,
|
Because the 0xFE packet does not exist in the MCPE protocol,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user