Ejemplo n.º 1
0
	def Packet0x00_0(self, host, port):
                packet = Buffer();
                packet.writeVarInt(0x00);
                packet.writeVarInt(47);
                packet.writeString(host);
                packet.writeUnsignedShort(port);
                packet.writeVarInt(2);
                self.network.send(packet);