From c406710623f62def8d7c136e0d7bd5c20dbf9570 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:12:22 -0400 Subject: [PATCH] [Cleanup] Remove GetClient(ip, port) from zone/entity.h (#3386) # Notes - This is unused. --- zone/entity.h | 1 - 1 file changed, 1 deletion(-) 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);