Normalized comments.
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
This commit is contained in:
@@ -71,7 +71,7 @@ enum
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// cProtocol132:
|
||||
|
||||
cProtocol132::cProtocol132(cClientHandle * a_Client) :
|
||||
@@ -476,7 +476,7 @@ int cProtocol132::ParseHandshake(void)
|
||||
|
||||
if (!m_Client->HandleHandshake( m_Username ))
|
||||
{
|
||||
return PARSE_OK; // Player is not allowed into the server
|
||||
return PARSE_OK; // Player is not allowed into the server
|
||||
}
|
||||
|
||||
// Send a 0xfd Encryption Key Request http://wiki.vg/Protocol#0xFD
|
||||
|
||||
Reference in New Issue
Block a user