From ff2c246de28689f086d1ea8f73be8c9d52c53ed0 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 17 Jul 2020 18:46:50 +0100 Subject: cProtocolRecognizer goes on a diet (#4770) - Removed inheritance from cProtocol --- src/Protocol/Protocol_1_9.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Protocol/Protocol_1_9.h') diff --git a/src/Protocol/Protocol_1_9.h b/src/Protocol/Protocol_1_9.h index 75fff9020..a09317190 100644 --- a/src/Protocol/Protocol_1_9.h +++ b/src/Protocol/Protocol_1_9.h @@ -62,8 +62,6 @@ public: virtual void SendUnleashEntity (const cEntity & a_Entity) override; virtual void SendUnloadChunk (int a_ChunkX, int a_ChunkZ) override; - virtual AString GetAuthServerID(void) override { return m_AuthServerID; } - protected: /** The current teleport ID, and whether it has been confirmed by the client */ -- cgit v1.2.3