1.6.4 support

This commit is contained in:
mbax 2013-09-22 11:50:38 -04:00
parent 490fd6df69
commit 68240e01db

View File

@ -13,7 +13,7 @@ def sendHandshake(socket, username, host, port):
socket.send("\x02") socket.send("\x02")
#byte - protocol version #byte - protocol version
DataUtil.sendByte(socket, 74) DataUtil.sendByte(socket, 78)
#string - username #string - username
DataUtil.sendString(socket, username) DataUtil.sendString(socket, username)