diff --git a/src/pocketmine/network/protocol/LoginPacket.php b/src/pocketmine/network/protocol/LoginPacket.php index 21b0df6..74c235d 100644 --- a/src/pocketmine/network/protocol/LoginPacket.php +++ b/src/pocketmine/network/protocol/LoginPacket.php @@ -43,10 +43,10 @@ class LoginPacket extends DataPacket{ $this->username = $this->getString(); $this->protocol1 = $this->getInt(); $this->protocol2 = $this->getInt(); - if($this->protocol1 < Info::CURRENT_PROTOCOL){ //New fields! + /*if($this->protocol1 < Info::CURRENT_PROTOCOL){ //New fields! $this->setBuffer(null, 0); //Skip batch packet handling return; - } + }*/ $this->clientId = $this->getLong(); $this->clientUUID = $this->getUUID(); $this->serverAddress = $this->getString();