diff options
Diffstat (limited to 'src/Protocol/Protocol_1_9.h')
-rw-r--r-- | src/Protocol/Protocol_1_9.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |