Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2
git-svn-id: http://mc-server.googlecode.com/svn/trunk@841 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -458,6 +458,16 @@ void cProtocolRecognizer::SendWindowOpen(char a_WindowID, char a_WindowType, con
|
||||
|
||||
|
||||
|
||||
AString cProtocolRecognizer::GetAuthServerID(void)
|
||||
{
|
||||
ASSERT(m_Protocol != NULL);
|
||||
return m_Protocol->GetAuthServerID();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cProtocolRecognizer::SendData(const char * a_Data, int a_Size)
|
||||
{
|
||||
// This is used only when handling the server ping
|
||||
|
||||
Reference in New Issue
Block a user