1
0

Merge remote-tracking branch 'daniel0916/YggdrasilAuthentication' into Proto176

This commit is contained in:
madmaxoft
2014-04-14 18:53:56 +02:00
10 changed files with 362 additions and 296 deletions

View File

@@ -1559,7 +1559,7 @@ void cProtocol172::HandlePacketLoginEncryptionResponse(cByteBuffer & a_ByteBuffe
// Send login success:
{
cPacketizer Pkt(*this, 0x02); // Login success packet
Pkt.WriteString(Printf("%d", m_Client->GetUniqueID())); // TODO: proper UUID
Pkt.WriteString(m_Client->GetUUID());
Pkt.WriteString(m_Client->GetUsername());
}