Added server ID proper to ping response, fixes #1208, closes #1306

This commit is contained in:
Dylan K. Taylor 2017-08-22 12:39:22 +01:00
parent 8229410e27
commit 50580f4408
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
ProtocolInfo::MINECRAFT_VERSION_NETWORK,
$info->getPlayerCount(),
$info->getMaxPlayerCount(),
"0",
$this->rakLib->getServerId(),
$this->server->getName(),
Server::getGamemodeName($this->server->getGamemode())
]) . ";"

@ -1 +1 @@
Subproject commit 5d1c052cc6668576d116a7ab246820d75c885382
Subproject commit 05419714c36c10db86edaa0c7049a9f054e4a3b4