[Cleanup] Remove GetClientCount() from zone/entity.cpp and zone/entity.h (#3392)

* [Cleanup] Remove GetClientCount() from zone/entity.cpp and zone/entity.h

# Notes
- This is unused.

* Update entity.cpp
This commit is contained in:
Alex King
2023-06-12 20:18:17 -04:00
committed by GitHub
parent 795df5c597
commit 152e99444c
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -513,7 +513,6 @@ public:
void GateAllClientsToSafeReturn();
uint16 GetClientCount();
void GetMobList(std::list<Mob*> &m_list);
void GetNPCList(std::list<NPC*> &n_list);
void GetMercList(std::list<Merc*> &n_list);