diff --git a/src/pocketmine/network/mcpe/RakLibInterface.php b/src/pocketmine/network/mcpe/RakLibInterface.php index 3b0ec4e7f..a90cdd0d9 100644 --- a/src/pocketmine/network/mcpe/RakLibInterface.php +++ b/src/pocketmine/network/mcpe/RakLibInterface.php @@ -176,10 +176,10 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{ ProtocolInfo::MINECRAFT_VERSION_NETWORK, $info->getPlayerCount(), $info->getMaxPlayerCount(), - "-1", + "0", $this->server->getName(), Server::getGamemodeName($this->server->getGamemode()) - ]) + ]) . ";" ); }