diff --git a/zone/entity.h b/zone/entity.h index 52ba2b6fa..9222569b7 100644 --- a/zone/entity.h +++ b/zone/entity.h @@ -185,7 +185,6 @@ public: Client *GetClientByCharID(uint32 iCharID); Client *GetClientByWID(uint32 iWID); Client *GetClientByLSID(uint32 iLSID); - Client *GetClient(uint32 ip, uint16 port); Bot* GetRandomBot(const glm::vec3& location = glm::vec3(0.f), float distance = 0, Bot* exclude_bot = nullptr); Client* GetRandomClient(const glm::vec3& location = glm::vec3(0.f), float distance = 0, Client* exclude_client = nullptr);