From 0ba2be666f68dda7a76d28e7cd8c74812c501d9f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 6 Sep 2012 17:36:59 +0000 Subject: 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 --- source/Protocol125.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Protocol125.h') diff --git a/source/Protocol125.h b/source/Protocol125.h index e787f462f..2e94cdfbe 100644 --- a/source/Protocol125.h +++ b/source/Protocol125.h @@ -67,6 +67,8 @@ public: virtual void SendWindowClose (char a_WindowID) override; virtual void SendWindowOpen (char a_WindowID, char a_WindowType, const AString & a_WindowTitle, char a_NumSlots) override; + virtual AString GetAuthServerID(void) override; + protected: /// Results of packet-parsing: enum { -- cgit v1.2.3