mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Remoced "hostip" from Query
This commit is contained in:
parent
cc2addfe92
commit
ee73ccc0e2
@ -69,7 +69,7 @@ class Query{
|
||||
"numplayers" => count($this->server->clients),
|
||||
"maxplayers" => $this->server->maxClients,
|
||||
"hostport" => $this->server->api->getProperty("server-port"),
|
||||
"hostip" => $this->server->api->getProperty("server-ip")
|
||||
//"hostip" => $this->server->api->getProperty("server-ip")
|
||||
);
|
||||
foreach($KVdata as $key => $value){
|
||||
$str .= $key."\x00".$value."\x00";
|
||||
|
Loading…
x
Reference in New Issue
Block a user